Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154020
b: refs/heads/master
c: 93bdcba
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed Jun 21, 2009
1 parent 09a5d1d commit 220adcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: bd2199d417313a056d4d2b2bac852231e1b50a4e
refs/heads/master: 93bdcba5a7e55307e27671594c3cd8b4669b9e7a
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/scsi_transport_sas.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ static void sas_smp_request(struct request_queue *q, struct Scsi_Host *shost,
ret = handler(shost, rphy, req);
req->errors = ret;

spin_lock_irq(q->queue_lock);
blk_end_request_all(req, ret);

req->end_io(req, ret);
spin_lock_irq(q->queue_lock);
}
}

Expand Down

0 comments on commit 220adcc

Please sign in to comment.