]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/gfs2/ops_file.c
[GFS2] Update ioctl() to new interface
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 31 Mar 2006 20:01:28 +0000 (15:01 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 31 Mar 2006 20:01:28 +0000 (15:01 -0500)
commit7ea9ea832212c4a755650f7c7cc1ff0b63292a41
tree86ccc012c7b841de6391e7408bf3f3097ca2710d
parente3167ded1f1b16424bc14d5673cdc5414f179970
[GFS2] Update ioctl() to new interface

This is designed as a fs independent way to set flags on a
particular inode. The values of the ioctl() and flags are
designed to be identical to the ext2/3 values. Assuming that
this plan is acceptable to people in general, the plan is to
then move other fs across to using the same set of #defines,
etc.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ops_file.c
include/linux/gfs2_ondisk.h
include/linux/iflags.h [new file with mode: 0644]