diff options
Diffstat (limited to 'block/Kconfig')
-rw-r--r-- | block/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/block/Kconfig b/block/Kconfig index 9be0b56eaee1..6ba1a8e3388b 100644 --- a/block/Kconfig +++ b/block/Kconfig | |||
@@ -77,6 +77,19 @@ config BLK_DEV_INTEGRITY | |||
77 | T10/SCSI Data Integrity Field or the T13/ATA External Path | 77 | T10/SCSI Data Integrity Field or the T13/ATA External Path |
78 | Protection. If in doubt, say N. | 78 | Protection. If in doubt, say N. |
79 | 79 | ||
80 | config BLK_CGROUP | ||
81 | bool | ||
82 | depends on CGROUPS | ||
83 | default n | ||
84 | ---help--- | ||
85 | Generic block IO controller cgroup interface. This is the common | ||
86 | cgroup interface which should be used by various IO controlling | ||
87 | policies. | ||
88 | |||
89 | Currently, CFQ IO scheduler uses it to recognize task groups and | ||
90 | control disk bandwidth allocation (proportional time slice allocation) | ||
91 | to such task groups. | ||
92 | |||
80 | endif # BLOCK | 93 | endif # BLOCK |
81 | 94 | ||
82 | config BLOCK_COMPAT | 95 | config BLOCK_COMPAT |