diff options
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index d2c69f8c188..b01c377fd73 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -31,6 +31,7 @@ struct blk_trace; | |||
| 31 | struct request; | 31 | struct request; |
| 32 | struct sg_io_hdr; | 32 | struct sg_io_hdr; |
| 33 | struct bsg_job; | 33 | struct bsg_job; |
| 34 | struct blkio_group; | ||
| 34 | 35 | ||
| 35 | #define BLKDEV_MIN_RQ 4 | 36 | #define BLKDEV_MIN_RQ 4 |
| 36 | #define BLKDEV_MAX_RQ 128 /* Default maximum */ | 37 | #define BLKDEV_MAX_RQ 128 /* Default maximum */ |
| @@ -369,6 +370,7 @@ struct request_queue { | |||
| 369 | 370 | ||
| 370 | struct list_head icq_list; | 371 | struct list_head icq_list; |
| 371 | #ifdef CONFIG_BLK_CGROUP | 372 | #ifdef CONFIG_BLK_CGROUP |
| 373 | struct blkio_group *root_blkg; | ||
| 372 | struct list_head blkg_list; | 374 | struct list_head blkg_list; |
| 373 | #endif | 375 | #endif |
| 374 | 376 | ||
