Re: [PATCH 1/2] staging: erofs: support statx

2019-05-27 Thread Gao Xiang
Hi Chao, On 2019/5/28 10:44, Chao Yu wrote: > On 2019/5/28 10:31, Gao Xiang wrote: >> statx() has already been supported in commit a528d35e8bfc >> ("statx: Add a system call to make enhanced file info available"), >> user programs can get more useful attributes. >> >> Signed-off-by: Gao Xiang >>

Re: [PATCH 1/2] staging: erofs: support statx

2019-05-27 Thread Chao Yu
On 2019/5/28 10:31, Gao Xiang wrote: > statx() has already been supported in commit a528d35e8bfc > ("statx: Add a system call to make enhanced file info available"), > user programs can get more useful attributes. > > Signed-off-by: Gao Xiang > --- > drivers/staging/erofs/inode.c| 18

[PATCH 1/2] staging: erofs: support statx

2019-05-27 Thread Gao Xiang
statx() has already been supported in commit a528d35e8bfc ("statx: Add a system call to make enhanced file info available"), user programs can get more useful attributes. Signed-off-by: Gao Xiang --- drivers/staging/erofs/inode.c| 18 ++ drivers/staging/erofs/internal.h | 2