[PATCH v2 0/2] nfsd: move delegated timestamps to being runtime disabled instead of compile time

Jeff Layton posted 2 patches 1 week, 5 days ago
There is a newer version of this series
fs/nfsd/Kconfig     | 10 ----------
fs/nfsd/debugfs.c   |  4 ++++
fs/nfsd/nfs4state.c | 11 ++++-------
fs/nfsd/nfsd.h      |  1 +
4 files changed, 9 insertions(+), 17 deletions(-)
[PATCH v2 0/2] nfsd: move delegated timestamps to being runtime disabled instead of compile time
Posted by Jeff Layton 1 week, 5 days ago
Small update: The kernel test robot reported that this didn't build when
CONFIG_NFSD_V4 was disabled. The fix is to compile out the new debugfs
file when that's the case. Resending both patches, but the second patch
is identical.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
Changes in v2:
- Don't create debugfs file when CONFIG_NFSD_V4 is disabled
- Link to v1: https://lore.kernel.org/r/20260122-delegts-v1-0-40fbb180556c@kernel.org

---
Jeff Layton (2):
      nfsd: add a runtime switch for disabling delegated timestamps
      nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig option

 fs/nfsd/Kconfig     | 10 ----------
 fs/nfsd/debugfs.c   |  4 ++++
 fs/nfsd/nfs4state.c | 11 ++++-------
 fs/nfsd/nfsd.h      |  1 +
 4 files changed, 9 insertions(+), 17 deletions(-)
---
base-commit: 2a1dde6dd823e94e0768e929566dd65cd74ca793
change-id: 20260122-delegts-150060ac7c9a

Best regards,
-- 
Jeff Layton <jlayton@kernel.org>