f2fs: add F2FS_IOC_GETVERSION support
authorChao Yu <chao2.yu@samsung.com>
Fri, 23 Jan 2015 12:36:04 +0000 (20:36 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 12 Feb 2015 01:04:35 +0000 (17:04 -0800)
commitd49f3e890290bd1db047d02335401026d1886472
tree37195404f8492f5fa2620db857b3fa0160a44214
parentbc4a1f873b9db010f5b0971ee5f2987d9be32c36
f2fs: add F2FS_IOC_GETVERSION support

In this patch we add the FS_IOC_GETVERSION ioctl for getting i_generation from
inode, after that, users can list file's generation number by using "lsattr -v".

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/file.c
This page took 0.025722 seconds and 5 git commands to generate.