From a351adfbcf4bdaa9188bfa98c705530a85f1af6e Mon Sep 17 00:00:00 2001 From: John Galt Date: Thu, 7 Sep 2023 10:20:12 -0400 Subject: [PATCH] neptune_defconfig: do not precreate loop devices This is only needed when shipping proprietary google modules --- arch/arm64/configs/neptune_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/neptune_defconfig b/arch/arm64/configs/neptune_defconfig index e6a2526247a2..52834a348079 100644 --- a/arch/arm64/configs/neptune_defconfig +++ b/arch/arm64/configs/neptune_defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.14.322 Kernel Configuration +# Linux/arm64 4.14.325 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -1496,7 +1496,7 @@ CONFIG_ZRAM_DEF_COMP="lz4" # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=y -CONFIG_BLK_DEV_LOOP_MIN_COUNT=16 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=0 # CONFIG_BLK_DEV_CRYPTOLOOP is not set # CONFIG_BLK_DEV_DRBD is not set # CONFIG_BLK_DEV_NBD is not set