]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/scsi_ioctl.c
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / drivers / scsi / scsi_ioctl.c
index b98f763931c5fadb9c0b438c7099786b6ac8d41b..d9564fb04f62cd5c390aed97547adf4f49b6fc24 100644 (file)
@@ -308,6 +308,9 @@ int scsi_nonblockable_ioctl(struct scsi_device *sdev, int cmd,
                case SG_SCSI_RESET_DEVICE:
                        val = SCSI_TRY_RESET_DEVICE;
                        break;
+               case SG_SCSI_RESET_TARGET:
+                       val = SCSI_TRY_RESET_TARGET;
+                       break;
                case SG_SCSI_RESET_BUS:
                        val = SCSI_TRY_RESET_BUS;
                        break;