]> git.karo-electronics.de Git - karo-tx-linux.git/commit
f2fs: support statx
authorChao Yu <yuchao0@huawei.com>
Wed, 3 May 2017 15:59:12 +0000 (23:59 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 24 May 2017 04:05:34 +0000 (21:05 -0700)
commit1c6d8ee4b8aaadc3645497658007ca007312351d
tree247588682c45f504e0460a237ffb081ebd504142
parent93607124c5450148e592c3d18ac533b4e5f25b8b
f2fs: support statx

Last kernel has already support new syscall statx() in commit a528d35e8bfc
("statx: Add a system call to make enhanced file info available"), with
this interface we can show more file info including file creation and some
attribute flags to user.

This patch tries to support this functionality.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c