OSDN Git Service

Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Jul 2020 03:35:33 +0000 (20:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Jul 2020 03:35:33 +0000 (20:35 -0700)
commit083176c86ffae8c9b467358eca5ba05a54a27898
treeb4da607368d616bf00f0ec14563f6b833e91e65d
parent7cc2a8ea104820dd9e702202621e8fd4d9f6c8cf
parentbecd2014923ff259b8155df58199f605dd50cb8f
Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linux

Pull nfsd fixes from Bruce Fields:
 "Fixes for a umask bug on exported filesystems lacking ACL support, a
  leak and a module unloading bug in the /proc/fs/nfsd/clients/ code,
  and a compile warning"

* tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linux:
  SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE
  nfsd: fix nfsdfs inode reference count leak
  nfsd4: fix nfsdfs reference count loop
  nfsd: apply umask on fs without ACL support