summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-10-21 11:15:51 +1100
committerCon Kolivas <kernel@kolivas.org>2016-10-21 11:15:51 +1100
commitdfcd1319b9bec7a3579ae322eeb3f47c91714e05 (patch)
tree3d2bd83032a8f92c3e9f0401f1258d62c7669009
parentd6b3962338def60157b27074f7c7861c75a3fe35 (diff)
Make BFQ on and default choice in Kconfig.
-rw-r--r--block/Kconfig.iosched4
1 files changed, 2 insertions, 2 deletions
diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched
index 6d9257924ddf..40b9371fc678 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 n
+ default y
---help---
The BFQ I/O scheduler tries to distribute bandwidth among
all processes according to their weights.
@@ -60,7 +60,7 @@ config BFQ_GROUP_IOSCHED
choice
prompt "Default I/O scheduler"
- default DEFAULT_CFQ
+ default DEFAULT_BFQ
help
Select the I/O scheduler which will be used by default for all
block devices.