Linux NFS development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] nfsd: move delegated timestamps to being runtime disabled instead of compile time
@ 2026-01-25 12:24 Jeff Layton
  2026-01-25 12:24 ` [PATCH v2 1/2] nfsd: add a runtime switch for disabling delegated timestamps Jeff Layton
  2026-01-25 12:24 ` [PATCH v2 2/2] nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig option Jeff Layton
  0 siblings, 2 replies; 5+ messages in thread
From: Jeff Layton @ 2026-01-25 12:24 UTC (permalink / raw)
  To: Chuck Lever, NeilBrown, Olga Kornievskaia, Dai Ngo, Tom Talpey
  Cc: linux-nfs, linux-kernel, Jeff Layton

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>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-01-25 22:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-25 12:24 [PATCH v2 0/2] nfsd: move delegated timestamps to being runtime disabled instead of compile time Jeff Layton
2026-01-25 12:24 ` [PATCH v2 1/2] nfsd: add a runtime switch for disabling delegated timestamps Jeff Layton
2026-01-25 12:24 ` [PATCH v2 2/2] nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig option Jeff Layton
2026-01-25 16:43   ` Chuck Lever
2026-01-25 22:01     ` Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox