projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cfafbf
)
compat.c: LOOP_CLR_FD is taken care of in loop.c itself...
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 12 May 2013 14:12:11 +0000
(10:12 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 29 Jun 2013 08:46:44 +0000
(12:46 +0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/compat_ioctl.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/compat_ioctl.c
b/fs/compat_ioctl.c
index 996cdc5abb85dae304b85cd479aaa20de5135a5e..5d19acfa7c6c652a6b8134ec79507457be463216 100644
(file)
--- a/
fs/compat_ioctl.c
+++ b/
fs/compat_ioctl.c
@@
-66,7
+66,6
@@
#include <linux/gigaset_dev.h>
#ifdef CONFIG_BLOCK
-#include <linux/loop.h>
#include <linux/cdrom.h>
#include <linux/fd.h>
#include <scsi/scsi.h>
@@
-954,8
+953,6
@@
COMPATIBLE_IOCTL(MTIOCTOP)
/* Socket level stuff */
COMPATIBLE_IOCTL(FIOQSIZE)
#ifdef CONFIG_BLOCK
-/* loop */
-IGNORE_IOCTL(LOOP_CLR_FD)
/* md calls this on random blockdevs */
IGNORE_IOCTL(RAID_VERSION)
/* qemu/qemu-img might call these two on plain files for probing */