Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 May 2021 20:44:19 +0000 (13:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 May 2021 20:44:19 +0000 (13:44 -0700)
commita79cdfba68a13b731004f0aafe1155a83830d472
treed2159aa7e27e977ce1807ccb3de67fd7dd713131
parent7c9e41e0ef7d44a0818a3beec30634f3f588a23d
parentb9f83ffaa0c096b4c832a43964fe6bff3acffe10
Merge tag 'nfsd-5.13-1' of git://git./linux/kernel/git/cel/linux

Pull more nfsd updates from Chuck Lever:
 "Additional fixes and clean-ups for NFSD since tags/nfsd-5.13,
  including a fix to grant read delegations for files open for writing"

* tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
  SUNRPC: Fix null pointer dereference in svc_rqst_free()
  SUNRPC: fix ternary sign expansion bug in tracing
  nfsd: Fix fall-through warnings for Clang
  nfsd: grant read delegations to clients holding writes
  nfsd: reshuffle some code
  nfsd: track filehandle aliasing in nfs4_files
  nfsd: hash nfs4_files by inode number
  nfsd: ensure new clients break delegations
  nfsd: removed unused argument in nfsd_startup_generic()
  nfsd: remove unused function
  svcrdma: Pass a useful error code to the send_err tracepoint
  svcrdma: Rename goto labels in svc_rdma_sendto()
  svcrdma: Don't leak send_ctxt on Send errors
fs/locks.c