git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08bc432
)
Revert "compat_ioctl: hook up compat handler for FIEMAP ioctl"
author
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 17 Aug 2009 15:15:28 +0000
(08:15 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 17 Aug 2009 15:15:28 +0000
(08:15 -0700)
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 <gregkh@suse.de>
fs/compat_ioctl.c
patch
|
blob
|
history
diff --git
a/fs/compat_ioctl.c
b/fs/compat_ioctl.c
index
994ca87
..
61cb48f
100644
(file)
--- 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)