From 847a9c3bbea9a8c350dc0b2b84d473c2fd23feb2 Mon Sep 17 00:00:00 2001 From: ndbrew <3947833+ndbrew@users.noreply.github.com> Date: Tue, 12 Sep 2023 22:14:24 -0700 Subject: [PATCH] chore: enable dm thin provisioning Add `CONFIG_DM_THIN_PROVISIONING=m`. Signed-off-by: Noel Georgi --- kernel/build/config-amd64 | 4 +++- kernel/build/config-arm64 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/kernel/build/config-amd64 b/kernel/build/config-amd64 index fcdc70b11..06d36a454 100644 --- a/kernel/build/config-amd64 +++ b/kernel/build/config-amd64 @@ -2265,10 +2265,12 @@ CONFIG_BLK_DEV_DM=y # CONFIG_DM_DEBUG is not set CONFIG_DM_BUFIO=y # CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set +CONFIG_DM_BIO_PRISON=m +CONFIG_DM_PERSISTENT_DATA=m # CONFIG_DM_UNSTRIPED is not set CONFIG_DM_CRYPT=y CONFIG_DM_SNAPSHOT=y -# CONFIG_DM_THIN_PROVISIONING is not set +CONFIG_DM_THIN_PROVISIONING=m # CONFIG_DM_CACHE is not set # CONFIG_DM_WRITECACHE is not set # CONFIG_DM_EBS is not set diff --git a/kernel/build/config-arm64 b/kernel/build/config-arm64 index e2b60827d..69f894aa7 100644 --- a/kernel/build/config-arm64 +++ b/kernel/build/config-arm64 @@ -2562,10 +2562,12 @@ CONFIG_BLK_DEV_DM=y # CONFIG_DM_DEBUG is not set CONFIG_DM_BUFIO=y # CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set +CONFIG_DM_BIO_PRISON=m +CONFIG_DM_PERSISTENT_DATA=m # CONFIG_DM_UNSTRIPED is not set CONFIG_DM_CRYPT=y CONFIG_DM_SNAPSHOT=y -# CONFIG_DM_THIN_PROVISIONING is not set +CONFIG_DM_THIN_PROVISIONING=m # CONFIG_DM_CACHE is not set # CONFIG_DM_WRITECACHE is not set # CONFIG_DM_EBS is not set