diff options
author | Christof Schmitt <christof.schmitt@de.ibm.com> | 2008-12-19 10:56:57 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-12-29 12:38:27 -0500 |
commit | 3623ecba19660d1d838f8b1a4d1e80007d603617 (patch) | |
tree | 47b92adfd52bcce38f7aae927c01cfd53b267b27 /drivers/s390/scsi/zfcp_def.h | |
parent | 06499fac65a273f1de0154679ab04f29dead2bba (diff) |
[SCSI] zfcp: Remove initial device data from zfcp_data
The information from the kernel parameter is only needed during init.
Keep the three pieces (busid, wwpn and lun) local to simplify the
global zfcp_data structures. While at it, also remove the unused
loglevel variable and give the module parameter variable a better
name.
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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index b95e73ee0d6f..9ca91316e068 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -597,10 +597,6 @@ struct zfcp_data { | |||
597 | lists */ | 597 | lists */ |
598 | struct semaphore config_sema; /* serialises configuration | 598 | struct semaphore config_sema; /* serialises configuration |
599 | changes */ | 599 | changes */ |
600 | atomic_t loglevel; /* current loglevel */ | ||
601 | char init_busid[20]; | ||
602 | u64 init_wwpn; | ||
603 | u64 init_fcp_lun; | ||
604 | struct kmem_cache *fsf_req_qtcb_cache; | 600 | struct kmem_cache *fsf_req_qtcb_cache; |
605 | struct kmem_cache *sr_buffer_cache; | 601 | struct kmem_cache *sr_buffer_cache; |
606 | struct kmem_cache *gid_pn_cache; | 602 | struct kmem_cache *gid_pn_cache; |