xen/blkback: pseudo support for multi hardware queues/rings
[linux-2.6-microblaze.git] / drivers / block / xen-blkback / common.h
index dbdf416..310eff3 100644 (file)
@@ -340,7 +340,8 @@ struct xen_blkif {
        struct work_struct      free_work;
        unsigned int            nr_ring_pages;
        /* All rings for this device. */
-       struct xen_blkif_ring   ring;
+       struct xen_blkif_ring   *rings;
+       unsigned int            nr_rings;
 };
 
 struct seg_buf {