diff options
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index e8c0bbd06b9a..f4e35edea70f 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -362,6 +362,11 @@ struct request_queue { | |||
| 362 | struct list_head timeout_list; | 362 | struct list_head timeout_list; |
| 363 | 363 | ||
| 364 | struct list_head icq_list; | 364 | struct list_head icq_list; |
| 365 | #ifdef CONFIG_BLK_CGROUP | ||
| 366 | /* XXX: array size hardcoded to avoid include dependency (temporary) */ | ||
| 367 | struct list_head blkg_list[2]; | ||
| 368 | int nr_blkgs[2]; | ||
| 369 | #endif | ||
| 365 | 370 | ||
| 366 | struct queue_limits limits; | 371 | struct queue_limits limits; |
| 367 | 372 | ||
