diff options
Diffstat (limited to 'block/Kconfig')
-rw-r--r-- | block/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/block/Kconfig b/block/Kconfig index 9be0b56eaee1..6c9213ef15a1 100644 --- a/block/Kconfig +++ b/block/Kconfig | |||
@@ -77,6 +77,18 @@ 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_DEV_THROTTLING | ||
81 | bool "Block layer bio throttling support" | ||
82 | depends on BLK_CGROUP=y && EXPERIMENTAL | ||
83 | default n | ||
84 | ---help--- | ||
85 | Block layer bio throttling support. It can be used to limit | ||
86 | the IO rate to a device. IO rate policies are per cgroup and | ||
87 | one needs to mount and use blkio cgroup controller for creating | ||
88 | cgroups and specifying per device IO rate policies. | ||
89 | |||
90 | See Documentation/cgroups/blkio-controller.txt for more information. | ||
91 | |||
80 | endif # BLOCK | 92 | endif # BLOCK |
81 | 93 | ||
82 | config BLOCK_COMPAT | 94 | config BLOCK_COMPAT |