Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jeff Layton and committed by
Chuck Lever
b5fc406b 4552f4e3

+1 -1
+1 -1
fs/nfsd/Kconfig
··· 164 164 config NFSD_LEGACY_CLIENT_TRACKING 165 165 bool "Support legacy NFSv4 client tracking methods (DEPRECATED)" 166 166 depends on NFSD_V4 167 - default y 167 + default n 168 168 help 169 169 The NFSv4 server needs to store a small amount of information on 170 170 stable storage in order to handle state recovery after reboot. Most