Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9099
b: refs/heads/master
c: b95be99
h: refs/heads/master
i:
  9097: 7b29ed6
  9095: b017db0
v: v3
  • Loading branch information
Alan Stern authored and James Bottomley committed Sep 17, 2005
1 parent dab64c6 commit 40362b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1832a5862f2e1b4e5835611ee14bc30a8ed3cad5
refs/heads/master: b95be99d52ce4f9db9ff0bd5f10e9e2066da6d2e
2 changes: 0 additions & 2 deletions trunk/drivers/scsi/scsi_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ static void scsi_unprep_request(struct request *req)
req->flags &= ~REQ_DONTPREP;
req->special = (req->flags & REQ_SPECIAL) ? cmd->sc_request : NULL;

scsi_release_buffers(cmd);
scsi_put_command(cmd);
}

Expand Down Expand Up @@ -1512,7 +1511,6 @@ static void scsi_request_fn(struct request_queue *q)
* cases (host limits or settings) should run the queue at some
* later time.
*/
scsi_unprep_request(req);
spin_lock_irq(q->queue_lock);
blk_requeue_request(q, req);
sdev->device_busy--;
Expand Down

0 comments on commit 40362b4

Please sign in to comment.