nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Wed, 19 Jan 2011 17:09:53 +0000 (02:09 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Tue, 8 Mar 2011 05:58:30 +0000 (14:58 +0900)
commitcde98f0f84ccff78e87235cb7b551747d6ad00de
treeb5cb657b0e0360adf41437819d43a0c9c75912f8
parentb253a3e4f2b8eed69b804952ef926df0ac788595
nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION

Add support for the standard attributes set via chattr and read via
lsattr.  These attributes are already in the flags value in the nilfs2
inode, but currently we don't have any ioctl commands that expose them
to the userland.

Collaterally, this adds the FS_IOC_GETVERSION ioctl for getting
i_generation, which allows users to list the file's generation number
with "lsattr -v".

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/ioctl.c