diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 99830758e873..cc98eead2c3c 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -604,8 +604,7 @@ struct zfcp_data { | |||
604 | rwlock_t config_lock; /* serialises changes | 604 | rwlock_t config_lock; /* serialises changes |
605 | to adapter/port/unit | 605 | to adapter/port/unit |
606 | lists */ | 606 | lists */ |
607 | struct semaphore config_sema; /* serialises configuration | 607 | struct mutex config_mutex; |
608 | changes */ | ||
609 | struct kmem_cache *gpn_ft_cache; | 608 | struct kmem_cache *gpn_ft_cache; |
610 | struct kmem_cache *qtcb_cache; | 609 | struct kmem_cache *qtcb_cache; |
611 | struct kmem_cache *sr_buffer_cache; | 610 | struct kmem_cache *sr_buffer_cache; |