aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/compat_ioctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c
index c5c45de1a2ee..b6f23b25370e 100644
--- a/fs/compat_ioctl.c
+++ b/fs/compat_ioctl.c
@@ -1038,6 +1038,8 @@ COMPATIBLE_IOCTL(FIOQSIZE)
1038#ifdef CONFIG_BLOCK 1038#ifdef CONFIG_BLOCK
1039/* loop */ 1039/* loop */
1040IGNORE_IOCTL(LOOP_CLR_FD) 1040IGNORE_IOCTL(LOOP_CLR_FD)
1041/* md calls this on random blockdevs */
1042IGNORE_IOCTL(RAID_VERSION)
1041/* SG stuff */ 1043/* SG stuff */
1042COMPATIBLE_IOCTL(SG_SET_TIMEOUT) 1044COMPATIBLE_IOCTL(SG_SET_TIMEOUT)
1043COMPATIBLE_IOCTL(SG_GET_TIMEOUT) 1045COMPATIBLE_IOCTL(SG_GET_TIMEOUT)