From: Greg Kroah-Hartman Date: Mon, 17 Aug 2009 15:15:28 +0000 (-0700) Subject: Revert "compat_ioctl: hook up compat handler for FIEMAP ioctl" X-Git-Tag: v2.6.27.31~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f58bad97d56568f2e062dc1a67cf88196d29b250;p=pandora-kernel.git Revert "compat_ioctl: hook up compat handler for FIEMAP ioctl" This reverts commit 9ac3664242f11fb38ea5029712bc77ee317fe38c. This ioctl is not present in the 2.6.27 tree. I incorrectly added this patch to this tree. Signed-off-by: Greg Kroah-Hartman --- diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 994ca87c246a..61cb48fab54c 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -1910,7 +1910,6 @@ COMPATIBLE_IOCTL(FIONCLEX) COMPATIBLE_IOCTL(FIOASYNC) COMPATIBLE_IOCTL(FIONBIO) COMPATIBLE_IOCTL(FIONREAD) /* This is also TIOCINQ */ -COMPATIBLE_IOCTL(FS_IOC_FIEMAP) /* 0x00 */ COMPATIBLE_IOCTL(FIBMAP) COMPATIBLE_IOCTL(FIGETBSZ)