From 42902f741a25c171efb98530d6ef3247544d00dd Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Sun, 13 Jul 2025 14:55:19 +0200 Subject: [PATCH] fs: erofs: reword "all-fragments" Kconfig text Currently, both BR2_TARGET_ROOTFS_EROFS_ALL_FRAGMENTS and BR2_TARGET_ROOTFS_EROFS_FRAGMENTS have the same Kconfig prompt, making them hard to distinguish. Reword the one for -Eall-fragments to be distinct. Signed-off-by: Florian Larysch Signed-off-by: Julien Olivain (cherry picked from commit df7e428cf5512e1cd7da31f694d92ebb53f8344f) Signed-off-by: Titouan Christophe --- fs/erofs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/erofs/Config.in b/fs/erofs/Config.in index 00f27faeeb..93c069f2c0 100644 --- a/fs/erofs/Config.in +++ b/fs/erofs/Config.in @@ -109,7 +109,7 @@ config BR2_TARGET_ROOTFS_EROFS_FRAGMENTS Introduced in Linux 6.1. config BR2_TARGET_ROOTFS_EROFS_ALL_FRAGMENTS - bool "enable fragments packing" + bool "enable all-fragments packing" help Forcely record the whole files into a special inode for better compression. Introduced in Linux 6.1.