[SCSI] libfc: rename lport NONE state to DISABLED
The state NONE was meant to be invalid, but has been used as the initial state. Rename it to be DISABLED, as more descriptive. Further patches will make it the like the RESET state, except it won't transition to FLOGI until fc_lport_fabric_login() is called. Signed-off-by: Joe Eykholt <jeykholt@cisco.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
committed by
James Bottomley
parent
f161fb7210
commit
b1d9fd5574
@ -129,7 +129,7 @@ do { \
|
||||
* FC HBA status
|
||||
*/
|
||||
enum fc_lport_state {
|
||||
LPORT_ST_NONE = 0,
|
||||
LPORT_ST_DISABLED = 0,
|
||||
LPORT_ST_FLOGI,
|
||||
LPORT_ST_DNS,
|
||||
LPORT_ST_RPN_ID,
|
||||
|
Reference in New Issue
Block a user