projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c86068
)
scsi: lpfc: Fix lost target in pt-to-pt connect
author
James Smart
<
[email protected]
>
Thu, 13 Oct 2016 22:06:14 +0000
(15:06 -0700)
committer
Martin K. Petersen
<
[email protected]
>
Tue, 8 Nov 2016 22:29:50 +0000
(17:29 -0500)
Fix lost target in pt-to-pt connect
Change reject code to something that allows a retry
Signed-off-by: Dick Kennedy <
[email protected]
>
Signed-off-by: James Smart <
[email protected]
>
Reviewed-by: Johannes Thumshirn <
[email protected]
>
Reviewed-by: Hannes Reinecke <
[email protected]
>
Signed-off-by: Martin K. Petersen <
[email protected]
>
drivers/scsi/lpfc/lpfc_els.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/lpfc/lpfc_els.c
b/drivers/scsi/lpfc/lpfc_els.c
index b7d54bfb1df98847f584b53e6a14867eeccdb3a0..236e4e51d1617243d279d09089d95bb50c0a09d6 100644
(file)
--- a/
drivers/scsi/lpfc/lpfc_els.c
+++ b/
drivers/scsi/lpfc/lpfc_els.c
@@
-7610,7
+7610,7
@@
lpfc_els_unsol_buffer(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
/* reject till our FLOGI completes */
if ((vport->port_state < LPFC_FABRIC_CFG_LINK) &&
(cmd != ELS_CMD_FLOGI)) {
- rjt_err = LSRJT_
UNABLE_TPC
;
+ rjt_err = LSRJT_
LOGICAL_BSY
;
rjt_exp = LSEXP_NOTHING_MORE;
goto lsrjt;
}