[SCSI] libfc: rename lport NONE state to DISABLED
authorJoe Eykholt <jeykholt@cisco.com>
Thu, 30 Jul 2009 00:04:22 +0000 (17:04 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 22 Aug 2009 22:52:04 +0000 (17:52 -0500)
commitb1d9fd5574763abe5c763e32e3547a4adee9bd88
treefbf80ee698c4f9c9ffa8dc054d5c84df2459076f
parentf161fb72104c7addac3d404a1ff543b2491c1426
[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>
drivers/scsi/libfc/fc_exch.c
drivers/scsi/libfc/fc_lport.c
include/scsi/libfc.h