diff options
author | Joe Eykholt <jeykholt@cisco.com> | 2009-08-25 17:01:12 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-09-10 13:07:43 -0400 |
commit | 4c0f62b5679321b2e5572cf541ffb9f7b344d47c (patch) | |
tree | 0c4fba12e9098c63cfdc37dac15313f313887b1a /include/scsi | |
parent | 629f44279d169f29b084d406e9f1c33314f220fa (diff) |
[SCSI] libfc: rename rport event CREATED to READY
Remote ports will become READY more than once after
ADISC is implemented in a later patch.
The event callback that has been called "CREATED" will mean "READY".
Rename it now in preparation for those changes.
Signed-off-by: Joe Eykholt <jeykholt@cisco.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index a94d216d2207..d324df8c36e6 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -167,7 +167,7 @@ struct fc_disc_port { | |||
167 | 167 | ||
168 | enum fc_rport_event { | 168 | enum fc_rport_event { |
169 | RPORT_EV_NONE = 0, | 169 | RPORT_EV_NONE = 0, |
170 | RPORT_EV_CREATED, | 170 | RPORT_EV_READY, |
171 | RPORT_EV_FAILED, | 171 | RPORT_EV_FAILED, |
172 | RPORT_EV_STOP, | 172 | RPORT_EV_STOP, |
173 | RPORT_EV_LOGO | 173 | RPORT_EV_LOGO |