From: David Howells Date: Tue, 29 Aug 2006 18:06:16 +0000 (+0100) Subject: [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6] X-Git-Tag: v2.6.19-rc1~640^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36695673b012096228ebdc1b39a6a5850daa474e;p=pandora-kernel.git [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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed