]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/blkdev.h
[PATCH] keep sync and async cfq_queue separate
[mirror_ubuntu-bionic-kernel.git] / include / linux / blkdev.h
index 860e7a485a5f08d2aaa10129d65c6339c128a008..e19cb631084e5f041662d6153e852c267033d366 100644 (file)
@@ -58,7 +58,7 @@ struct cfq_io_context {
         * circular list of cfq_io_contexts belonging to a process io context
         */
        struct list_head list;
-       struct cfq_queue *cfqq;
+       struct cfq_queue *cfqq[2];
        void *key;
 
        struct io_context *ioc;