aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/scsi_lib.c')
-rw-r--r--drivers/scsi/scsi_lib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
index 65d0a10c76ad..a2fa31417749 100644
--- a/drivers/scsi/scsi_lib.c
+++ b/drivers/scsi/scsi_lib.c
@@ -2616,10 +2616,6 @@ EXPORT_SYMBOL_GPL(scsi_internal_device_block_nowait);
2616 * a legal transition). When the device is in this state, command processing 2616 * a legal transition). When the device is in this state, command processing
2617 * is paused until the device leaves the SDEV_BLOCK state. See also 2617 * is paused until the device leaves the SDEV_BLOCK state. See also
2618 * scsi_internal_device_unblock(). 2618 * scsi_internal_device_unblock().
2619 *
2620 * To do: avoid that scsi_send_eh_cmnd() calls queuecommand() after
2621 * scsi_internal_device_block() has blocked a SCSI device and also
2622 * remove the rport mutex lock and unlock calls from srp_queuecommand().
2623 */ 2619 */
2624static int scsi_internal_device_block(struct scsi_device *sdev) 2620static int scsi_internal_device_block(struct scsi_device *sdev)
2625{ 2621{