[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]
authorDavid Howells <dhowells@redhat.com>
Tue, 29 Aug 2006 18:06:16 +0000 (19:06 +0100)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Sat, 30 Sep 2006 18:52:28 +0000 (20:52 +0200)
commit36695673b012096228ebdc1b39a6a5850daa474e
tree4b617e27256750f367b2b50653981c70db0ce2d0
parent863d5b822c02d0e7215fb84ca79e9f8c3e35f04e
[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>
fs/cifs/ioctl.c
fs/compat_ioctl.c
fs/hfsplus/hfsplus_fs.h
fs/hfsplus/ioctl.c
fs/jfs/ioctl.c
include/linux/ext2_fs.h
include/linux/ext3_fs.h
include/linux/fs.h
include/linux/reiserfs_fs.h