Re: [GIT PULL] nfsd bugfixes for 5.8

2020-07-02 Thread pr-tracker-bot
The pull request you sent on Thu, 2 Jul 2020 11:10:39 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/083176c86ffae8c9b467358eca5ba05a54a27898

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[GIT PULL] nfsd bugfixes for 5.8

2020-07-02 Thread J. Bruce Fields
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(-)