• C
    f2fs: support statx · 1c6d8ee4
    Chao Yu 提交于
    Last kernel has already support new syscall statx() in commit a528d35e
    ("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: NChao Yu <yuchao0@huawei.com>
    Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
    1c6d8ee4
file.c 55.6 KB