]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: Conditionally define compat ioctl numbers
authorBen Hutchings <ben@decadent.org.uk>
Mon, 17 May 2010 09:00:00 +0000 (05:00 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Jan 2011 23:07:37 +0000 (18:07 -0500)
commitd5f1d8239b7bd531171478b5e76053baab657231
treea53e386a52c07b0dbd07e2b8fe96d70e4170e973
parente294c97acb0191aff9018e0a0ae9faa5b4c232b1
ext4: Conditionally define compat ioctl numbers

commit 899ad0cea6ad7ff4ba24b16318edbc3cbbe03fad upstream.

It is unnecessary, and in general impossible, to define the compat
ioctl numbers except when building the filesystem with CONFIG_COMPAT
defined.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
fs/ext4/ext4.h