[SCSI] libfc: RPN_ID is obsolete and unnecessary
RPN_ID has been obsolete per FC-GS-5 for several years. The port name is registered implicitly as part of FLOGI, and it is undesirable for ports to change a registered port name using RPN_ID while logged into the fabric. Signed-off-by: Chris Leech <christopher.leech@intel.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
committed by
James Bottomley
parent
9a05753b23
commit
28cc0e31d8
@@ -61,7 +61,6 @@ enum fc_lport_state {
|
||||
LPORT_ST_DISABLED = 0,
|
||||
LPORT_ST_FLOGI,
|
||||
LPORT_ST_DNS,
|
||||
LPORT_ST_RPN_ID,
|
||||
LPORT_ST_RFT_ID,
|
||||
LPORT_ST_SCR,
|
||||
LPORT_ST_READY,
|
||||
|
Reference in New Issue
Block a user