aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 02732cae6080..08d940f85fa0 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1131,6 +1131,7 @@ struct blk_plug {
1131 struct list_head mq_list; /* blk-mq requests */ 1131 struct list_head mq_list; /* blk-mq requests */
1132 struct list_head cb_list; /* md requires an unplug callback */ 1132 struct list_head cb_list; /* md requires an unplug callback */
1133 unsigned short rq_count; 1133 unsigned short rq_count;
1134 bool multiple_queues;
1134}; 1135};
1135#define BLK_MAX_REQUEST_COUNT 16 1136#define BLK_MAX_REQUEST_COUNT 16
1136#define BLK_PLUG_FLUSH_SIZE (128 * 1024) 1137#define BLK_PLUG_FLUSH_SIZE (128 * 1024)