diff options
author | Chad Dupuis <chad.dupuis@qlogic.com> | 2015-10-19 15:40:39 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-11-09 17:31:34 -0800 |
commit | 50a87414695fc5009ba776a61f48d3d67ffdd6ed (patch) | |
tree | 12f77344ea450ff7613149b78cb5e7159723b011 /drivers/scsi/bnx2fc/bnx2fc.h | |
parent | adcf7dfbea80382457a552b4eb7aa2b7d9f76dac (diff) | |
download | linux-stable-50a87414695fc5009ba776a61f48d3d67ffdd6ed.tar.gz linux-stable-50a87414695fc5009ba776a61f48d3d67ffdd6ed.tar.bz2 linux-stable-50a87414695fc5009ba776a61f48d3d67ffdd6ed.zip |
bnx2fc: Remove explicit logouts.
Explicit logouts from bnx2fc were causing race conditions in either returning
stale SCSI commands or not allowing a target to log back in.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/bnx2fc/bnx2fc.h')
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc.h b/drivers/scsi/bnx2fc/bnx2fc.h index 0e2aa653b892..d46267da4307 100644 --- a/drivers/scsi/bnx2fc/bnx2fc.h +++ b/drivers/scsi/bnx2fc/bnx2fc.h @@ -303,7 +303,6 @@ struct bnx2fc_rport { #define BNX2FC_FLAG_OFLD_REQ_CMPL 0x5 #define BNX2FC_FLAG_CTX_ALLOC_FAILURE 0x6 #define BNX2FC_FLAG_UPLD_REQ_COMPL 0x7 -#define BNX2FC_FLAG_EXPL_LOGO 0x8 #define BNX2FC_FLAG_DISABLE_FAILED 0x9 #define BNX2FC_FLAG_ENABLED 0xa |