mbox series

[GIT,PULL] Please put NFS client bugfixes for 6.13

Message ID 10d898a194fa59e8f79ba08b24237c01a3f58a80.camel@hammerspace.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Please put NFS client bugfixes for 6.13 | expand

Pull-request

git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-6.13-2

Message

Trond Myklebust Dec. 20, 2024, 10:14 p.m. UTC
Hi Linus,

The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:

  Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-6.13-2

for you to fetch changes up to bedb4e6088a886f587d2ea44e0c198c8ce2182c9:

  fs/nfs: fix missing declaration of nfs_idmap_cache_timeout (2024-12-17 11:14:20 -0500)

Thanks,
  Trond
----------------------------------------------------------------
NFS client bugfixes for Linux 6.13

Bugfixes:
- NFS/pnfs: Fix a live lock between recalled layouts and layoutget
- Fix a build warning about an undeclared symbol 'nfs_idmap_cache_timeout'

----------------------------------------------------------------
Trond Myklebust (1):
      NFS/pnfs: Fix a live lock between recalled layouts and layoutget

Zhang Kunbo (1):
      fs/nfs: fix missing declaration of nfs_idmap_cache_timeout

 fs/nfs/pnfs.c  | 2 +-
 fs/nfs/super.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)