diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 37982058e4d9..bfbbb825f9ab 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -861,7 +861,7 @@ struct zfcp_adapter { | |||
861 | u32 ports; /* number of remote ports */ | 861 | u32 ports; /* number of remote ports */ |
862 | struct timer_list scsi_er_timer; /* SCSI err recovery watch */ | 862 | struct timer_list scsi_er_timer; /* SCSI err recovery watch */ |
863 | struct list_head fsf_req_list_head; /* head of FSF req list */ | 863 | struct list_head fsf_req_list_head; /* head of FSF req list */ |
864 | rwlock_t fsf_req_list_lock; /* lock for ops on list of | 864 | spinlock_t fsf_req_list_lock; /* lock for ops on list of |
865 | FSF requests */ | 865 | FSF requests */ |
866 | atomic_t fsf_reqs_active; /* # active FSF reqs */ | 866 | atomic_t fsf_reqs_active; /* # active FSF reqs */ |
867 | struct zfcp_qdio_queue request_queue; /* request queue */ | 867 | struct zfcp_qdio_queue request_queue; /* request queue */ |