[SCSI] zfcp: Move workqueue to adapter struct
[deliverable/linux.git] / drivers / s390 / scsi / zfcp_def.h
index 1e27ed5d90e02ae1ebe4cb16e1b4659f4846585e..2715a103e5a81cd790ac3131b1ca5d95b001e747 100644 (file)
@@ -485,6 +485,7 @@ struct zfcp_adapter {
        struct work_struct      scan_work;
        struct service_level    service_level;
        atomic_t                qdio_outb_full;    /* queue full incidents */
+       struct workqueue_struct *work_queue;
 };
 
 struct zfcp_port {
@@ -573,7 +574,6 @@ struct zfcp_data {
        struct kmem_cache       *qtcb_cache;
        struct kmem_cache       *sr_buffer_cache;
        struct kmem_cache       *gid_pn_cache;
-       struct workqueue_struct *work_queue;
 };
 
 /********************** ZFCP SPECIFIC DEFINES ********************************/
This page took 0.026063 seconds and 5 git commands to generate.