From b5fc406bc730806662429272300fb56e4e6592d8 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Tue, 9 Sep 2025 11:48:08 -0400 Subject: [PATCH] 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 --- fs/nfsd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3