From e06aeb571653ffb4398e915bba3a34af665ae98b Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 12 May 2013 10:12:11 -0400 Subject: compat.c: LOOP_CLR_FD is taken care of in loop.c itself... Signed-off-by: Al Viro --- fs/compat_ioctl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'fs/compat_ioctl.c') 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 @@ #include #ifdef CONFIG_BLOCK -#include #include #include #include @@ -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 */ -- cgit