Skip to content

Commit

Permalink
bsg: remove #if 0'ed code
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Christoph Hellwig authored and axboe committed Aug 29, 2017
1 parent 7de967e commit c529594
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions block/bsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit c529594

Please sign in to comment.