]> git.baikalelectronics.ru Git - kernel.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)
commitaabcc7eb819a35ba1fd852224a4b4a9e95e95d2d
tree247588682c45f504e0460a237ffb081ebd504142
parente184de103385f82c89e4e14a7e338ae80a093dea
f2fs: support statx

Last kernel has already support new syscall statx() in commit 33113bef26bf
("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