]> git.ipfire.org Git - thirdparty/linux.git/commit
nfsd: add a runtime switch for disabling delegated timestamps
authorJeff Layton <jlayton@kernel.org>
Mon, 26 Jan 2026 12:10:13 +0000 (07:10 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 30 Mar 2026 01:25:09 +0000 (21:25 -0400)
commit6237a17fb8b150b6f2e5d243b2d4f23f85931c2e
treecf014b99c5bfecc5d64c3dec0ef094dd13c7bce2
parented7f4d323b5c86cfe9ca6eb3a955416aaa335a9c
nfsd: add a runtime switch for disabling delegated timestamps

The delegated timestamp code seems to be working well enough now that we
want to make it always be built in. In the event that there are problems
though, we still want to be able to disable them for debugging purposes.
Add a switch to debugfs to enable them at runtime.

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