From 3d133e1e5a3f9317285f6eeaa54a3711cf59fc8f Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 11 Aug 2021 17:35:04 +0200 Subject: [PATCH] aptenodytes: Enable block device writeback throttling --- aptenodytes-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aptenodytes-config b/aptenodytes-config index 42a5878..80a6884 100644 --- a/aptenodytes-config +++ b/aptenodytes-config @@ -718,9 +718,10 @@ CONFIG_BLK_DEV_INTEGRITY_T10=y CONFIG_BLK_DEV_THROTTLING=y # CONFIG_BLK_DEV_THROTTLING_LOW is not set # CONFIG_BLK_CMDLINE_PARSER is not set -# CONFIG_BLK_WBT is not set +CONFIG_BLK_WBT=y CONFIG_BLK_CGROUP_IOLATENCY=y CONFIG_BLK_CGROUP_IOCOST=y +CONFIG_BLK_WBT_MQ=y # CONFIG_BLK_SED_OPAL is not set # CONFIG_BLK_INLINE_ENCRYPTION is not set