]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - block/blk.h
Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / block / blk.h
index d905b26fbff560eddf8ffd2430185367beac7fda..98614ad37c81f22e175d9455967f9f6a98b78676 100644 (file)
@@ -22,6 +22,12 @@ struct blk_flush_queue {
        struct list_head        flush_queue[2];
        struct list_head        flush_data_in_flight;
        struct request          *flush_rq;
+
+       /*
+        * flush_rq shares tag with this rq, both can't be active
+        * at the same time
+        */
+       struct request          *orig_rq;
        spinlock_t              mq_flush_lock;
 };