[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]
Move common FS-specific ioctls from linux/ext2_fs.h to linux/fs.h as FS_IOC_* and FS_IOC32_* and have the users of them use those as a base. Also move the GETFLAGS/SETFLAGS flags to linux/fs.h as FS_*_FL macros, and then have the other users use them as a base. Signed-Off-By:David Howells <dhowells@redhat.com> Signed-off-by:
Jens Axboe <axboe@kernel.dk>
Showing
- fs/cifs/ioctl.c 3 additions, 4 deletionsfs/cifs/ioctl.c
- fs/compat_ioctl.c 0 additions, 15 deletionsfs/compat_ioctl.c
- fs/hfsplus/hfsplus_fs.h 2 additions, 6 deletionsfs/hfsplus/hfsplus_fs.h
- fs/hfsplus/ioctl.c 8 additions, 9 deletionsfs/hfsplus/ioctl.c
- fs/jfs/ioctl.c 7 additions, 8 deletionsfs/jfs/ioctl.c
- include/linux/ext2_fs.h 36 additions, 28 deletionsinclude/linux/ext2_fs.h
- include/linux/ext3_fs.h 16 additions, 4 deletionsinclude/linux/ext3_fs.h
- include/linux/fs.h 39 additions, 0 deletionsinclude/linux/fs.h
- include/linux/reiserfs_fs.h 13 additions, 15 deletionsinclude/linux/reiserfs_fs.h
Loading
Please register or sign in to comment