X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=block%2FKconfig;h=6c9213ef15a1d69e83b381f88ce76d0d915eac02;hb=6a108a14fa356ef607be308b68337939e56ea94e;hp=9be0b56eaee19ee494d388f07cda821ffcc29ba0;hpb=0dea7c12fc2c15de8b2104a322a1f47919d753fd;p=cascardo%2Flinux.git diff --git a/block/Kconfig b/block/Kconfig index 9be0b56eaee1..60be1e0455da 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -2,7 +2,7 @@ # Block layer core configuration # menuconfig BLOCK - bool "Enable the block layer" if EMBEDDED + bool "Enable the block layer" if EXPERT default y help Provide block layer support for the kernel. @@ -77,6 +77,18 @@ config BLK_DEV_INTEGRITY T10/SCSI Data Integrity Field or the T13/ATA External Path Protection. If in doubt, say N. +config BLK_DEV_THROTTLING + bool "Block layer bio throttling support" + depends on BLK_CGROUP=y && EXPERIMENTAL + default n + ---help--- + Block layer bio throttling support. It can be used to limit + the IO rate to a device. IO rate policies are per cgroup and + one needs to mount and use blkio cgroup controller for creating + cgroups and specifying per device IO rate policies. + + See Documentation/cgroups/blkio-controller.txt for more information. + endif # BLOCK config BLOCK_COMPAT