diff options
Diffstat (limited to 'drivers/scsi/scsi_lib.c')
-rw-r--r-- | drivers/scsi/scsi_lib.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index d7c6c752e0a6..dd3f9d2b99fd 100644 --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c | |||
@@ -1262,10 +1262,8 @@ static inline int scsi_target_queue_ready(struct Scsi_Host *shost, | |||
1262 | if (--starget->target_blocked == 0) { | 1262 | if (--starget->target_blocked == 0) { |
1263 | SCSI_LOG_MLQUEUE(3, starget_printk(KERN_INFO, starget, | 1263 | SCSI_LOG_MLQUEUE(3, starget_printk(KERN_INFO, starget, |
1264 | "unblocking target at zero depth\n")); | 1264 | "unblocking target at zero depth\n")); |
1265 | } else { | 1265 | } else |
1266 | blk_plug_device(sdev->request_queue); | ||
1267 | return 0; | 1266 | return 0; |
1268 | } | ||
1269 | } | 1267 | } |
1270 | 1268 | ||
1271 | if (scsi_target_is_busy(starget)) { | 1269 | if (scsi_target_is_busy(starget)) { |