Skip to content

Commit b5fc406

Browse files
jtlaytonchucklever
authored andcommitted
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 <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent 4552f4e commit b5fc406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/nfsd/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ config NFSD_V4_SECURITY_LABEL
164164
config NFSD_LEGACY_CLIENT_TRACKING
165165
bool "Support legacy NFSv4 client tracking methods (DEPRECATED)"
166166
depends on NFSD_V4
167-
default y
167+
default n
168168
help
169169
The NFSv4 server needs to store a small amount of information on
170170
stable storage in order to handle state recovery after reboot. Most

0 commit comments

Comments
 (0)