diff options
| author | Jeff Layton <jlayton@kernel.org> | 2025-09-09 18:48:08 +0300 |
|---|---|---|
| committer | Chuck Lever <chuck.lever@oracle.com> | 2025-11-17 02:20:11 +0300 |
| commit | b5fc406bc730806662429272300fb56e4e6592d8 (patch) | |
| tree | ed85749a1279ffe84e36ed1d3fe7f3ec3c4abd97 | |
| parent | 4552f4e3f2c96597914f07b060d5c5db84420ddd (diff) | |
| download | linux-b5fc406bc730806662429272300fb56e4e6592d8.tar.xz | |
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>
| -rw-r--r-- | fs/nfsd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig index e134dce45e35..df09c5cefb7c 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 |
