diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-12 10:12:11 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-29 04:46:44 -0400 |
commit | e06aeb571653ffb4398e915bba3a34af665ae98b (patch) | |
tree | c266ca0dccbaa0d26be890122cb9916001f7dc88 /fs/compat_ioctl.c | |
parent | 5cfafbf951acedced7567ae3fd2d29ff62ce1dec (diff) |
compat.c: LOOP_CLR_FD is taken care of in loop.c itself...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/compat_ioctl.c')
-rw-r--r-- | fs/compat_ioctl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 996cdc5abb85..5d19acfa7c6c 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c | |||
@@ -66,7 +66,6 @@ | |||
66 | #include <linux/gigaset_dev.h> | 66 | #include <linux/gigaset_dev.h> |
67 | 67 | ||
68 | #ifdef CONFIG_BLOCK | 68 | #ifdef CONFIG_BLOCK |
69 | #include <linux/loop.h> | ||
70 | #include <linux/cdrom.h> | 69 | #include <linux/cdrom.h> |
71 | #include <linux/fd.h> | 70 | #include <linux/fd.h> |
72 | #include <scsi/scsi.h> | 71 | #include <scsi/scsi.h> |
@@ -954,8 +953,6 @@ COMPATIBLE_IOCTL(MTIOCTOP) | |||
954 | /* Socket level stuff */ | 953 | /* Socket level stuff */ |
955 | COMPATIBLE_IOCTL(FIOQSIZE) | 954 | COMPATIBLE_IOCTL(FIOQSIZE) |
956 | #ifdef CONFIG_BLOCK | 955 | #ifdef CONFIG_BLOCK |
957 | /* loop */ | ||
958 | IGNORE_IOCTL(LOOP_CLR_FD) | ||
959 | /* md calls this on random blockdevs */ | 956 | /* md calls this on random blockdevs */ |
960 | IGNORE_IOCTL(RAID_VERSION) | 957 | IGNORE_IOCTL(RAID_VERSION) |
961 | /* qemu/qemu-img might call these two on plain files for probing */ | 958 | /* qemu/qemu-img might call these two on plain files for probing */ |