]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig option
authorJeff Layton <jlayton@kernel.org>
Mon, 26 Jan 2026 12:10:14 +0000 (07:10 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 30 Mar 2026 01:25:09 +0000 (21:25 -0400)
commit01afb9008527d2be96046a6859de2951306a93e9
tree37bf1354889f91f58cd7f4b7a4712f991addba8c
parent6237a17fb8b150b6f2e5d243b2d4f23f85931c2e
nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig option

Now that there is a runtime debugfs switch, eliminate the compile-time
switch and always build in support for delegated timestamps.

Administrators who previously disabled this feature at compile time can
disable it at runtime via:

    echo 0 > /sys/kernel/debug/nfsd/delegated_timestamps

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/Kconfig
fs/nfsd/nfs4state.c