diff options
Diffstat (limited to 'block/bsg.c')
-rw-r--r-- | block/bsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/bsg.c b/block/bsg.c index 2d36b127f384..e8bd2475682a 100644 --- a/block/bsg.c +++ b/block/bsg.c | |||
@@ -914,7 +914,7 @@ static long bsg_ioctl(struct file *file, unsigned int cmd, unsigned long arg) | |||
914 | case SG_EMULATED_HOST: | 914 | case SG_EMULATED_HOST: |
915 | case SCSI_IOCTL_SEND_COMMAND: { | 915 | case SCSI_IOCTL_SEND_COMMAND: { |
916 | void __user *uarg = (void __user *) arg; | 916 | void __user *uarg = (void __user *) arg; |
917 | return scsi_cmd_ioctl(file, bd->queue, NULL, cmd, uarg); | 917 | return scsi_cmd_ioctl(bd->queue, NULL, file->f_mode, cmd, uarg); |
918 | } | 918 | } |
919 | case SG_IO: { | 919 | case SG_IO: { |
920 | struct request *rq; | 920 | struct request *rq; |