diff options
Diffstat (limited to 'block/blk.h')
-rw-r--r-- | block/blk.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/block/blk.h b/block/blk.h index 026d9594142b..838188b35a83 100644 --- a/block/blk.h +++ b/block/blk.h | |||
@@ -22,6 +22,12 @@ struct blk_flush_queue { | |||
22 | struct list_head flush_queue[2]; | 22 | struct list_head flush_queue[2]; |
23 | struct list_head flush_data_in_flight; | 23 | struct list_head flush_data_in_flight; |
24 | struct request *flush_rq; | 24 | struct request *flush_rq; |
25 | |||
26 | /* | ||
27 | * flush_rq shares tag with this rq, both can't be active | ||
28 | * at the same time | ||
29 | */ | ||
30 | struct request *orig_rq; | ||
25 | spinlock_t mq_flush_lock; | 31 | spinlock_t mq_flush_lock; |
26 | }; | 32 | }; |
27 | 33 | ||