[GIT PULL] nfsd bugfixes for 5.8

From: J. Bruce Fields
Date: Thu Jul 02 2020 - 11:10:42 EST


Please pull

git://linux-nfs.org/~bfields/linux.git tags/nfsd-5.8-1

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.

--b.

----------------------------------------------------------------
Christophe Leroy (1):
SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE

J. Bruce Fields (3):
nfsd: apply umask on fs without ACL support
nfsd4: fix nfsdfs reference count loop
nfsd: fix nfsdfs inode reference count leak

fs/nfsd/nfs4state.c | 8 +++++++-
fs/nfsd/nfsctl.c | 23 +++++++++++++----------
fs/nfsd/nfsd.h | 3 +++
fs/nfsd/vfs.c | 6 ++++++
net/sunrpc/svcsock.c | 1 +
5 files changed, 30 insertions(+), 11 deletions(-)