diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blkdev.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 33f1b29e53f4..d2c69f8c188a 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -35,6 +35,12 @@ struct bsg_job; | |||
| 35 | #define BLKDEV_MIN_RQ 4 | 35 | #define BLKDEV_MIN_RQ 4 |
| 36 | #define BLKDEV_MAX_RQ 128 /* Default maximum */ | 36 | #define BLKDEV_MAX_RQ 128 /* Default maximum */ |
| 37 | 37 | ||
| 38 | /* | ||
| 39 | * Maximum number of blkcg policies allowed to be registered concurrently. | ||
| 40 | * Defined here to simplify include dependency. | ||
| 41 | */ | ||
| 42 | #define BLKCG_MAX_POLS 2 | ||
| 43 | |||
| 38 | struct request; | 44 | struct request; |
| 39 | typedef void (rq_end_io_fn)(struct request *, int); | 45 | typedef void (rq_end_io_fn)(struct request *, int); |
| 40 | 46 | ||
| @@ -363,7 +369,6 @@ struct request_queue { | |||
| 363 | 369 | ||
| 364 | struct list_head icq_list; | 370 | struct list_head icq_list; |
| 365 | #ifdef CONFIG_BLK_CGROUP | 371 | #ifdef CONFIG_BLK_CGROUP |
| 366 | /* XXX: array size hardcoded to avoid include dependency (temporary) */ | ||
| 367 | struct list_head blkg_list; | 372 | struct list_head blkg_list; |
| 368 | #endif | 373 | #endif |
| 369 | 374 | ||
