commit | 36695673b012096228ebdc1b39a6a5850daa474e | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Aug 29 19:06:16 2006 +0100 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Sat Sep 30 20:52:28 2006 +0200 |
tree | 4b617e27256750f367b2b50653981c70db0ce2d0 | |
parent | 863d5b822c02d0e7215fb84ca79e9f8c3e35f04e [diff] |
[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>