• S
    [GFS2] Remove iflags.h, use FS_ · 128e5eba
    Steven Whitehouse 提交于
    Update GFS2 in the light of David Howells' patch:
    
    [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]
    36695673
    
    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: NSteven Whitehouse <swhiteho@redhat.com>
    128e5eba
fs.h 71.0 KB