diff options
author | Christof Schmitt <christof.schmitt@de.ibm.com> | 2008-12-19 10:56:59 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-12-29 12:38:28 -0500 |
commit | b98478d71b0fea6d35f96069612d92b76013589f (patch) | |
tree | 777baa61dd1017d086e8a4dd3b3b9079a1116f39 /drivers/s390/scsi/zfcp_def.h | |
parent | e0d7fcb5ecad495a54f7334e410f5e16e1da7f78 (diff) |
[SCSI] zfcp: remove DID_DID flag
The port flag DID_DID indicates whether we know the current id of the
port. This is always set in parallel. Since the id 0 is invalid
(because the port id 0 is invalid) we can remove the DID_DID flag:
d_id of 0 indicates an invalid d_id != 0 is a valid one.
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Acked-by: Felix Beck <felix@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 4f3b7a5ce7fe..abc44086d470 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -244,7 +244,6 @@ struct zfcp_ls_adisc { | |||
244 | 244 | ||
245 | /* remote port status */ | 245 | /* remote port status */ |
246 | #define ZFCP_STATUS_PORT_PHYS_OPEN 0x00000001 | 246 | #define ZFCP_STATUS_PORT_PHYS_OPEN 0x00000001 |
247 | #define ZFCP_STATUS_PORT_DID_DID 0x00000002 | ||
248 | #define ZFCP_STATUS_PORT_PHYS_CLOSING 0x00000004 | 247 | #define ZFCP_STATUS_PORT_PHYS_CLOSING 0x00000004 |
249 | #define ZFCP_STATUS_PORT_NO_WWPN 0x00000008 | 248 | #define ZFCP_STATUS_PORT_NO_WWPN 0x00000008 |
250 | #define ZFCP_STATUS_PORT_INVALID_WWPN 0x00000020 | 249 | #define ZFCP_STATUS_PORT_INVALID_WWPN 0x00000020 |