From 17ecc63f1795aed796b19b7e34709fb6431efdda Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Thu, 10 Dec 2020 20:20:41 +0900 Subject: [PATCH] arm64: configs: tizen_odroidg12: disable unnecessary btrfs options The commit ac70f5b01e79 ("arm64: configs: tizen_*: adjust filesystem module config options") did not disable unnecessary btrfs self test options. Disable the btrfs options. Note: this should be squashed into the commit. Change-Id: I50298f4dc902a55a140b04db7dc29367c40138e5 Signed-off-by: Seung-Woo Kim --- arch/arm64/configs/tizen_odroidg12_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/configs/tizen_odroidg12_defconfig b/arch/arm64/configs/tizen_odroidg12_defconfig index e875683..e50d76e 100644 --- a/arch/arm64/configs/tizen_odroidg12_defconfig +++ b/arch/arm64/configs/tizen_odroidg12_defconfig @@ -1449,8 +1449,6 @@ CONFIG_EXT4_FS_SECURITY=y CONFIG_EXT4_ENCRYPTION=y CONFIG_BTRFS_FS=y CONFIG_BTRFS_FS_POSIX_ACL=y -CONFIG_BTRFS_FS_RUN_SANITY_TESTS=y -CONFIG_BTRFS_ASSERT=y CONFIG_F2FS_FS=y CONFIG_F2FS_FS_SECURITY=y CONFIG_F2FS_CHECK_FS=y -- 2.7.4