From bc3edae488bea4219f99782b9b22753897b3c51d Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 14 Oct 2020 23:03:26 -0700 Subject: [PATCH] target/linux: disable CONFIG_CIFS_STATS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit CIFS_STATS is a debugging option. It is not really useful for end users Signed-off-by: Rosen Penev [fixed missing config-4.19 file] Signed-off-by: Petr Å tetiar --- target/linux/generic/config-5.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 10d14f6be5..fa7b6b98c4 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -833,7 +833,7 @@ CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y # CONFIG_CIFS_NFSD_EXPORT is not set CONFIG_CIFS_POSIX=y # CONFIG_CIFS_SMB2 is not set -CONFIG_CIFS_STATS=y +# CONFIG_CIFS_STATS is not set # CONFIG_CIFS_STATS2 is not set # CONFIG_CIFS_WEAK_PW_HASH is not set CONFIG_CIFS_XATTR=y -- 2.30.2