summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2017-02-20 13:44:25 +1100
committerCon Kolivas <kernel@kolivas.org>2017-05-12 13:22:21 +1000
commitd9634fef71bb3de8ce1a34d72e03baf9264a5a96 (patch)
tree3e41177ff9096ab40ea6dd078a144fba4921cb86
parenta3d42618cd2401508932c0a6ffd388e90c48e9e7 (diff)
Make BFQ default IO scheduler.
-rw-r--r--block/Kconfig.iosched4
1 files changed, 2 insertions, 2 deletions
diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched
index 99a42261677a..0be62a963aec 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 distributes bandwidth among all
processes according to their weights, regardless of the
@@ -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.