1
0
Fork 0

bsg: remove #if 0'ed code

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
zero-colors
Christoph Hellwig 2017-08-29 18:48:38 +02:00 committed by Jens Axboe
parent 7de967e76f
commit c529594f93
1 changed files with 0 additions and 7 deletions

View File

@ -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
}
}