The following changes since commit 26a80762153ba0dc98258b5e6d2e9741178c5114: NFSD: Add a Kconfig setting to enable delegated timestamps (2025-03-14 10:49:47 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.15-1 for you to fetch changes up to a1d14d931bf700c1025db8c46d6731aa5cf440f9: nfsd: decrease sc_count directly if fail to queue dl_recall (2025-04-13 16:39:42 -0400) ---------------------------------------------------------------- nfsd-6.15 fixes: - v6.15 libcrc clean-up makes invalid configurations possible - Fix a potential deadlock introduced during the v6.15 merge window ---------------------------------------------------------------- Eric Biggers (1): nfs: add missing selections of CONFIG_CRC32 Li Lingfeng (1): nfsd: decrease sc_count directly if fail to queue dl_recall fs/Kconfig | 1 + fs/nfs/Kconfig | 2 +- fs/nfs/internal.h | 7 ------- fs/nfs/nfs4session.h | 4 ---- fs/nfsd/Kconfig | 1 + fs/nfsd/nfs4state.c | 2 +- fs/nfsd/nfsfh.h | 7 ------- include/linux/nfs.h | 7 ------- 8 files changed, 4 insertions(+), 27 deletions(-)