From 1a55629b57ca38d8a585bf87d58f9563fc3e0789 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 20 Feb 2017 13:38:23 +1100 Subject: [PATCH 20/29] Make writeback throttling default enabled. --- block/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block/Kconfig b/block/Kconfig index 89cd28f..7a2abb9 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -140,7 +140,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 background writeback from the VM, making it more smooth and having @@ -150,7 +150,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 -- 2.9.3