summaryrefslogtreecommitdiffstats
path: root/include/scsi/libfc.h
diff options
context:
space:
mode:
authorChris Leech2009-11-03 20:46:46 +0100
committerJames Bottomley2009-12-04 19:01:00 +0100
commit28cc0e31d874af05244da421e05565f2ba72fd5c (patch)
tree1424db279a37c7b640ff8a3a703172d796eb7538 /include/scsi/libfc.h
parent[SCSI] fcoe: NPIV vport create/destroy (diff)
downloadkernel-qcow2-linux-28cc0e31d874af05244da421e05565f2ba72fd5c.tar.gz
kernel-qcow2-linux-28cc0e31d874af05244da421e05565f2ba72fd5c.tar.xz
kernel-qcow2-linux-28cc0e31d874af05244da421e05565f2ba72fd5c.zip
[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/libfc.h')
-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 dad66ce8673d..75be713ea036 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,