diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 22e418db4518..a0318630f047 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Global definitions for the zfcp device driver. | 4 | * Global definitions for the zfcp device driver. |
5 | * | 5 | * |
6 | * Copyright IBM Corporation 2002, 2008 | 6 | * Copyright IBM Corporation 2002, 2009 |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #ifndef ZFCP_DEF_H | 9 | #ifndef ZFCP_DEF_H |
@@ -512,6 +512,8 @@ struct zfcp_port { | |||
512 | u32 supported_classes; | 512 | u32 supported_classes; |
513 | struct work_struct gid_pn_work; | 513 | struct work_struct gid_pn_work; |
514 | struct work_struct test_link_work; | 514 | struct work_struct test_link_work; |
515 | struct work_struct rport_work; | ||
516 | enum { RPORT_NONE, RPORT_ADD, RPORT_DEL } rport_task; | ||
515 | }; | 517 | }; |
516 | 518 | ||
517 | struct zfcp_unit { | 519 | struct zfcp_unit { |