[GFS2] Remove iflags.h, use FS_
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Oct 2006 15:24:43 +0000 (11:24 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 2 Oct 2006 15:24:43 +0000 (11:24 -0400)
commit128e5ebaf8abbda375bba82690b09630003c9213
tree8c8dcf1f0f8f04a9c56dd2e9378dac1a5a3e4e5c
parentd00223f1693173c7b51f867dd52049955a92d0ed
[GFS2] Remove iflags.h, use FS_

Update GFS2 in the light of David Howells' patch:

[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]
36695673b012096228ebdc1b39a6a5850daa474e

which calls the filesystem independant flags FS_..._FL. As a result
we no longer need the flags.h file and the conversion routine is
moved into the GFS2 source code.

Userland programs which used to include iflags.h should now include
fs.h and use the new flag names.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ops_file.c
include/linux/Kbuild
include/linux/fs.h
include/linux/iflags.h [deleted file]