[PATCH] nfsd: switch the default for NFSD_LEGACY_CLIENT_TRACKING to "n"

Jeff Layton posted 1 patch 3 weeks, 2 days ago
fs/nfsd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] nfsd: switch the default for NFSD_LEGACY_CLIENT_TRACKING to "n"
Posted by Jeff Layton 3 weeks, 2 days ago
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 <jlayton@kernel.org>
---
 fs/nfsd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
index e134dce45e350cde8b78bfac2dbed4b638d9ec7d..df09c5cefb7c1f5124b7963f52bb67254d5c08b6 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

---
base-commit: 737a649eb793bcb88852e905870aaf67d2925f16
change-id: 20250909-nfsd-6-18-fcc2affb1820

Best regards,
-- 
Jeff Layton <jlayton@kernel.org>
Re: [PATCH] nfsd: switch the default for NFSD_LEGACY_CLIENT_TRACKING to "n"
Posted by Chuck Lever 3 weeks, 2 days ago
From: Chuck Lever <chuck.lever@oracle.com>

On Tue, 09 Sep 2025 11:48:08 -0400, Jeff Layton wrote:
> We added this Kconfig option a little over a year ago. Switch the
> default to "n" in preparation for its eventual removal.
> 
> 

Applied to nfsd-testing, thanks!

[1/1] nfsd: switch the default for NFSD_LEGACY_CLIENT_TRACKING to "n"
      commit: 43e40452968af58712e6aa5daa075ef7b3757139

--
Chuck Lever