Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316773
b: refs/heads/master
c: 6b415f5
h: refs/heads/master
i:
  316771: aea3b49
v: v3
  • Loading branch information
James Smart authored and James Bottomley committed Jul 20, 2012
1 parent 97fa632 commit a5b4d88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 173edbb2c326ce4839bae8caa868fe83ce46dda3
refs/heads/master: 6b415f5d6c05eb7f4808e98baf539c5dbc53cdbc
6 changes: 2 additions & 4 deletions trunk/drivers/scsi/lpfc/lpfc_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -4275,10 +4275,8 @@ lpfc_queuecommand_lck(struct scsi_cmnd *cmnd, void (*done) (struct scsi_cmnd *))
* Catch race where our node has transitioned, but the
* transport is still transitioning.
*/
if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) {
cmnd->result = ScsiResult(DID_IMM_RETRY, 0);
goto out_fail_command;
}
if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
goto out_tgt_busy;
if (atomic_read(&ndlp->cmd_pending) >= ndlp->cmd_qdepth)
goto out_tgt_busy;

Expand Down

0 comments on commit a5b4d88

Please sign in to comment.