Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Nov 2024 19:27:11 +0000 (09:27 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Nov 2024 19:27:11 +0000 (09:27 -1000)
commit3e5e6c9900c3d71895e8bdeacfb579462e98eba1
tree9f4b62cc7688e31af2cbb3fcffa0ff53506c7756
parentf6a7b4ec74a03cb9ad1fee6b8b6615cc57b927b1
parent63a81588cd2025e75fbaf30b65930b76825c456f
Merge tag 'nfsd-6.12-3' of git://git./linux/kernel/git/cel/linux

Pull nfsd fixes from Chuck Lever:

 - Fix two async COPY bugs found during NFS bake-a-thon

 - Fix an svcrdma memory leak

* tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
  rpcrdma: Always release the rpcrdma_device's xa_array
  NFSD: Never decrement pending_async_copies on error
  NFSD: Initialize struct nfsd4_copy earlier