From: Al Viro Date: Sun, 12 May 2013 14:12:11 +0000 (-0400) Subject: compat.c: LOOP_CLR_FD is taken care of in loop.c itself... X-Git-Tag: accepted/tizen/common/20141203.182822~2002^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e06aeb571653ffb4398e915bba3a34af665ae98b;p=platform%2Fkernel%2Flinux-arm64.git compat.c: LOOP_CLR_FD is taken care of in loop.c itself... Signed-off-by: Al Viro --- diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 996cdc5..5d19acf 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 */