Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261732
b: refs/heads/master
c: c9d24a7
h: refs/heads/master
v: v3
  • Loading branch information
Neerav Parikh authored and James Bottomley committed Jul 28, 2011
1 parent c55a150 commit 625222f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 85982127273be0474e9505c0aac35973a0a013f8
refs/heads/master: c9d24a76184b3ecbedc66d45f840c3dfd921f12b
1 change: 1 addition & 0 deletions trunk/drivers/scsi/libfc/fc_fcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,7 @@ static int fc_fcp_pkt_send(struct fc_lport *lport, struct fc_fcp_pkt *fsp)
rc = lport->tt.fcp_cmd_send(lport, fsp, fc_fcp_recv);
if (unlikely(rc)) {
spin_lock_irqsave(&si->scsi_queue_lock, flags);
fsp->cmd->SCp.ptr = NULL;
list_del(&fsp->list);
spin_unlock_irqrestore(&si->scsi_queue_lock, flags);
}
Expand Down

0 comments on commit 625222f

Please sign in to comment.