diff options
author | James Smart <james.smart@emulex.com> | 2012-03-01 22:33:52 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-03-27 03:26:29 -0400 |
commit | bdcd2b926192c7f690a9cb4fb2de30eb820983fc (patch) | |
tree | 2e47da9f6fd99f0d9757141f2dd72400b7d6b26b | |
parent | f09c3acc451670a6f635a45acc6bdf4dc7ef2a4b (diff) |
[SCSI] lpfc 8.3.30: Fix lack of LOGO with vport delete.
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index 6b9415fd9c52..5a15ce848285 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /******************************************************************* | 1 | /******************************************************************* |
2 | * This file is part of the Emulex Linux Device Driver for * | 2 | * This file is part of the Emulex Linux Device Driver for * |
3 | * Fibre Channel Host Bus Adapters. * | 3 | * Fibre Channel Host Bus Adapters. * |
4 | * Copyright (C) 2004-2011 Emulex. All rights reserved. * | 4 | * Copyright (C) 2004-2012 Emulex. All rights reserved. * |
5 | * EMULEX and SLI are trademarks of Emulex. * | 5 | * EMULEX and SLI are trademarks of Emulex. * |
6 | * www.emulex.com * | 6 | * www.emulex.com * |
7 | * Portions Copyright (C) 2004-2005 Christoph Hellwig * | 7 | * Portions Copyright (C) 2004-2005 Christoph Hellwig * |
@@ -7743,6 +7743,7 @@ lpfc_sli4_iocb2wqe(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq, | |||
7743 | if (pcmd && (*pcmd == ELS_CMD_FLOGI || | 7743 | if (pcmd && (*pcmd == ELS_CMD_FLOGI || |
7744 | *pcmd == ELS_CMD_SCR || | 7744 | *pcmd == ELS_CMD_SCR || |
7745 | *pcmd == ELS_CMD_FDISC || | 7745 | *pcmd == ELS_CMD_FDISC || |
7746 | *pcmd == ELS_CMD_LOGO || | ||
7746 | *pcmd == ELS_CMD_PLOGI)) { | 7747 | *pcmd == ELS_CMD_PLOGI)) { |
7747 | bf_set(els_req64_sp, &wqe->els_req, 1); | 7748 | bf_set(els_req64_sp, &wqe->els_req, 1); |
7748 | bf_set(els_req64_sid, &wqe->els_req, | 7749 | bf_set(els_req64_sid, &wqe->els_req, |