From: Rosen Penev Date: Thu, 15 Oct 2020 06:03:26 +0000 (-0700) Subject: target/linux: disable CONFIG_CIFS_STATS X-Git-Tag: v21.02.0-rc1~785 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bc3edae488bea4219f99782b9b22753897b3c51d;p=openwrt%2Fopenwrt.git target/linux: disable CONFIG_CIFS_STATS 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 --- 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