summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 315db1d91bc4..e8c0bbd06b9a 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -397,6 +397,9 @@ struct request_queue {
397 struct bsg_class_device bsg_dev; 397 struct bsg_class_device bsg_dev;
398#endif 398#endif
399 399
400#ifdef CONFIG_BLK_CGROUP
401 struct list_head all_q_node;
402#endif
400#ifdef CONFIG_BLK_DEV_THROTTLING 403#ifdef CONFIG_BLK_DEV_THROTTLING
401 /* Throttle data */ 404 /* Throttle data */
402 struct throtl_data *td; 405 struct throtl_data *td;