Signed-off-by: Christoph Hellwig <[email protected]>
---
 block/bsg.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/block/bsg.c b/block/bsg.c
index 37663b664666..ee1335c68de7 100644
--- a/block/bsg.c
+++ b/block/bsg.c
@@ -932,15 +932,8 @@ static long bsg_ioctl(struct file *file, unsigned int cmd, 
unsigned long arg)
 
                return ret;
        }
-       /*
-        * block device ioctls
-        */
        default:
-#if 0
-               return ioctl_by_bdev(bd->bdev, cmd, arg);
-#else
                return -ENOTTY;
-#endif
        }
 }
 
-- 
2.11.0

Reply via email to