diff options
author | Chris Leech <christopher.leech@intel.com> | 2009-11-03 14:46:46 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 13:01:00 -0500 |
commit | 28cc0e31d874af05244da421e05565f2ba72fd5c (patch) | |
tree | 1424db279a37c7b640ff8a3a703172d796eb7538 /include | |
parent | 9a05753b23c171b6a45e393ec2b9bc034d31bec8 (diff) |
[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>
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/libfc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index dad66ce8673d..75be713ea036 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -61,7 +61,6 @@ enum fc_lport_state { | |||
61 | LPORT_ST_DISABLED = 0, | 61 | LPORT_ST_DISABLED = 0, |
62 | LPORT_ST_FLOGI, | 62 | LPORT_ST_FLOGI, |
63 | LPORT_ST_DNS, | 63 | LPORT_ST_DNS, |
64 | LPORT_ST_RPN_ID, | ||
65 | LPORT_ST_RFT_ID, | 64 | LPORT_ST_RFT_ID, |
66 | LPORT_ST_SCR, | 65 | LPORT_ST_SCR, |
67 | LPORT_ST_READY, | 66 | LPORT_ST_READY, |