Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343723
b: refs/heads/master
c: edb22f0
h: refs/heads/master
i:
  343721: 342b62e
  343719: d7ac7e0
v: v3
  • Loading branch information
James Smart authored and James Bottomley committed Nov 27, 2012
1 parent 6ba762b commit 2204391
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: 8c1312e1b9dae446af17d5a5f11c325cbb4c9103
refs/heads/master: edb22f06e08ac5b25ae2d9ad10ae31ac58ca0de4
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/lpfc/lpfc_ct.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ lpfc_cmpl_ct_cmd_gid_ft(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
/* Check for retry */
if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) {
if (irsp->ulpStatus != IOSTAT_LOCAL_REJECT ||
(irsp->un.ulpWord[4] && IOERR_PARAM_MASK) !=
(irsp->un.ulpWord[4] & IOERR_PARAM_MASK) !=
IOERR_NO_RESOURCES)
vport->fc_ns_retry++;

Expand Down

0 comments on commit 2204391

Please sign in to comment.