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

2019-05-27 Thread Chao Yu
On 2019/5/28 11:19, 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 Reviewed-by: Chao Yu Thanks,

[PATCH v3 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 --- change log v3: - update attributes_mask to indicate bits which erofs support as Chao pointed