summaryrefslogtreecommitdiff
path: root/include/scsi
diff options
context:
space:
mode:
authorChris Leech <christopher.leech@intel.com>2009-11-03 11:46:46 -0800
committerJames Bottomley <James.Bottomley@suse.de>2009-12-04 12:01:00 -0600
commit28cc0e31d874af05244da421e05565f2ba72fd5c (patch)
tree1424db279a37c7b640ff8a3a703172d796eb7538 /include/scsi
parent9a05753b23c171b6a45e393ec2b9bc034d31bec8 (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/scsi')
-rw-r--r--include/scsi/libfc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h
index dad66ce8673..75be713ea03 100644
--- a/include/scsi/libfc.h
+++ b/include/scsi/libfc.h
@@ -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,