From: Jeff Layton Date: Tue, 9 Sep 2025 15:48:08 +0000 (-0400) Subject: nfsd: switch the default for NFSD_LEGACY_CLIENT_TRACKING to "n" X-Git-Tag: v6.19-rc1~77^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5fc406bc730806662429272300fb56e4e6592d8;p=thirdparty%2Fkernel%2Flinux.git nfsd: switch the default for NFSD_LEGACY_CLIENT_TRACKING to "n" We added this Kconfig option a little over a year ago. Switch the default to "n" in preparation for its eventual removal. Signed-off-by: Jeff Layton Signed-off-by: Chuck Lever --- diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig index e134dce45e350..df09c5cefb7c1 100644 --- a/fs/nfsd/Kconfig +++ b/fs/nfsd/Kconfig @@ -164,7 +164,7 @@ config NFSD_V4_SECURITY_LABEL config NFSD_LEGACY_CLIENT_TRACKING bool "Support legacy NFSv4 client tracking methods (DEPRECATED)" depends on NFSD_V4 - default y + default n help The NFSv4 server needs to store a small amount of information on stable storage in order to handle state recovery after reboot. Most