From: Steven Whitehouse Date: Mon, 2 Oct 2006 15:24:43 +0000 (-0400) Subject: [GFS2] Remove iflags.h, use FS_ X-Git-Tag: v2.6.19-rc1~32^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=128e5ebaf8abbda375bba82690b09630003c9213;p=pandora-kernel.git [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 --- Reading git-diff-tree failed