aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/scsi_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
index 0c6924eecf59..f065cbc1a6e5 100644
--- a/drivers/scsi/scsi_lib.c
+++ b/drivers/scsi/scsi_lib.c
@@ -118,7 +118,6 @@ static void scsi_unprep_request(struct request *req)
118 req->flags &= ~REQ_DONTPREP; 118 req->flags &= ~REQ_DONTPREP;
119 req->special = (req->flags & REQ_SPECIAL) ? cmd->sc_request : NULL; 119 req->special = (req->flags & REQ_SPECIAL) ? cmd->sc_request : NULL;
120 120
121 scsi_release_buffers(cmd);
122 scsi_put_command(cmd); 121 scsi_put_command(cmd);
123} 122}
124 123
@@ -1512,7 +1511,6 @@ static void scsi_request_fn(struct request_queue *q)
1512 * cases (host limits or settings) should run the queue at some 1511 * cases (host limits or settings) should run the queue at some
1513 * later time. 1512 * later time.
1514 */ 1513 */
1515 scsi_unprep_request(req);
1516 spin_lock_irq(q->queue_lock); 1514 spin_lock_irq(q->queue_lock);
1517 blk_requeue_request(q, req); 1515 blk_requeue_request(q, req);
1518 sdev->device_busy--; 1516 sdev->device_busy--;