]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Nov 2020 20:43:12 +0000 (12:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Nov 2020 20:43:12 +0000 (12:43 -0800)
commitf71a00442ae2fe3685c7b7d41ebdab7c605f21b2
treee965be9f04f6c0a28706784fb5cac3bb5667beb4
parentca728916481587db193ada544702f069fdd44cc2
parentb8bd47dac1de03cf9285878fdd944ebd802ea0aa
Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linux

Pull nfsd fixes from Bruce Fields:
 "This is mainly server-to-server copy and fallout from Chuck's 5.10 rpc
  refactoring"

* tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linux:
  net/sunrpc: fix useless comparison in proc_do_xprt()
  net/sunrpc: return 0 on attempt to write to "transports"
  NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy
  NFSD: Fix use-after-free warning when doing inter-server copy
  NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVAL
  SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow()
  NFSD: NFSv3 PATHCONF Reply is improperly formed