diff options
author | Christoph Hellwig <hch@lst.de> | 2017-08-29 18:48:38 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-08-29 10:50:30 -0600 |
commit | c529594f93ae64de2a84e7fff903ae6844664912 (patch) | |
tree | 9e837b1b590b190498126770472c6f4a0f994c39 /block/bsg.c | |
parent | 7de967e76fce652f9e8f3594c97ae132e3a0833a (diff) | |
download | linux-c529594f93ae64de2a84e7fff903ae6844664912.tar.gz linux-c529594f93ae64de2a84e7fff903ae6844664912.tar.bz2 linux-c529594f93ae64de2a84e7fff903ae6844664912.zip |
bsg: remove #if 0'ed code
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/bsg.c')
-rw-r--r-- | block/bsg.c | 7 |
1 files changed, 0 insertions, 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 } } |