summaryrefslogtreecommitdiff
path: root/block/Kconfig.iosched
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-11 04:34:46 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-11 04:34:46 -0300
commit863981e96738983919de841ec669e157e6bdaeb0 (patch)
treed6d89a12e7eb8017837c057935a2271290907f76 /block/Kconfig.iosched
parent8dec7c70575785729a6a9e6719a955e9c545bcab (diff)
Linux-libre 4.7.1-gnupck-4.7.1-gnu
Diffstat (limited to 'block/Kconfig.iosched')
-rw-r--r--block/Kconfig.iosched6
1 files changed, 3 insertions, 3 deletions
diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched
index 1fc1a4dc5..6d9257924 100644
--- a/block/Kconfig.iosched
+++ b/block/Kconfig.iosched
@@ -41,7 +41,7 @@ config CFQ_GROUP_IOSCHED
config IOSCHED_BFQ
tristate "BFQ I/O scheduler"
- default y
+ default n
---help---
The BFQ I/O scheduler tries to distribute bandwidth among
all processes according to their weights.
@@ -53,14 +53,14 @@ config IOSCHED_BFQ
config BFQ_GROUP_IOSCHED
bool "BFQ hierarchical scheduling support"
- depends on CGROUPS && IOSCHED_BFQ=y
+ depends on IOSCHED_BFQ && BLK_CGROUP
default n
---help---
Enable hierarchical scheduling in BFQ, using the blkio controller.
choice
prompt "Default I/O scheduler"
- default DEFAULT_BFQ
+ default DEFAULT_CFQ
help
Select the I/O scheduler which will be used by default for all
block devices.