summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-07 21:26:57 +1100
committerCon Kolivas <kernel@kolivas.org>2016-12-12 09:54:34 +1100
commit78216705f1a1ac671f4a0529d14bb0e99b9fd605 (patch)
tree382347396d3bab3e2f49d40ffa16141a61103e0c
parentc6b744f1c317912648663a017c9769513ef16b55 (diff)
Make writeback throttling default enabled.
-rw-r--r--block/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/block/Kconfig b/block/Kconfig
index 7c8523e97ede..9382427825bb 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -114,7 +114,7 @@ config BLK_CMDLINE_PARSER
config BLK_WBT
bool "Enable support for block device writeback throttling"
- default n
+ default y
---help---
Enabling this option enables the block layer to throttle buffered
writeback from the VM, making it more smooth and having less
@@ -122,7 +122,7 @@ config BLK_WBT
config BLK_WBT_SQ
bool "Single queue writeback throttling"
- default n
+ default y
depends on BLK_WBT
---help---
Enable writeback throttling by default on legacy single queue devices