diff options
author | Chris Leech <christopher.leech@intel.com> | 2009-11-03 11:46:46 -0800 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 12:01:00 -0600 |
commit | 28cc0e31d874af05244da421e05565f2ba72fd5c (patch) | |
tree | 1424db279a37c7b640ff8a3a703172d796eb7538 /include/scsi | |
parent | 9a05753b23c171b6a45e393ec2b9bc034d31bec8 (diff) | |
download | linux-3.10-28cc0e31d874af05244da421e05565f2ba72fd5c.tar.gz linux-3.10-28cc0e31d874af05244da421e05565f2ba72fd5c.tar.bz2 linux-3.10-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')
-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 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, |