diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index b01c377fd739..68720ab275d4 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -370,6 +370,7 @@ struct request_queue { | |||
| 370 | 370 | ||
| 371 | struct list_head icq_list; | 371 | struct list_head icq_list; |
| 372 | #ifdef CONFIG_BLK_CGROUP | 372 | #ifdef CONFIG_BLK_CGROUP |
| 373 | DECLARE_BITMAP (blkcg_pols, BLKCG_MAX_POLS); | ||
| 373 | struct blkio_group *root_blkg; | 374 | struct blkio_group *root_blkg; |
| 374 | struct list_head blkg_list; | 375 | struct list_head blkg_list; |
| 375 | #endif | 376 | #endif |
