Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226788
b: refs/heads/master
c: 3c2c3bf
h: refs/heads/master
v: v3
  • Loading branch information
Robert Love authored and James Bottomley committed Dec 21, 2010
1 parent 3911ff6 commit bacc693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2034c19ce8f8503aa14cb1e763fbfe60316aaa8e
refs/heads/master: 3c2c3bf23cbef8eed6cf815715d0bece5cb7b5ec
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libfc/fc_fcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@ int fc_eh_abort(struct scsi_cmnd *sc_cmd)
fsp = CMD_SP(sc_cmd);
if (!fsp) {
/* command completed while scsi eh was setting up */
spin_unlock_irqrestore(lport->host->host_lock, flags);
spin_unlock_irqrestore(&si->scsi_queue_lock, flags);
return SUCCESS;
}
/* grab a ref so the fsp and sc_cmd cannot be relased from under us */
Expand Down

0 comments on commit bacc693

Please sign in to comment.