Re: [GIT PULL] nfsd bugfixes for 5.3

2019-08-21 Thread pr-tracker-bot
The pull request you sent on Wed, 21 Aug 2019 11:06:46 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2babd34df2294a72df02dc4a3745df3408147eba

Thank you!

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


[GIT PULL] nfsd bugfixes for 5.3

2019-08-21 Thread J. Bruce Fields
Please pull nfsd bugfixes for 5.3 from:

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

Fix nfsd bugs, three in the new nfsd/clients/ code, one in the reply
cache containerization.

--b.

He Zhe (1):
  nfsd4: Fix kernel crash when reading proc file reply_cache_stats

J. Bruce Fields (2):
  nfsd: use i_wrlock instead of rcu for nfsdfs i_private
  nfsd: initialize i_private before d_add

Tetsuo Handa (1):
  nfsd: fix dentry leak upon mkdir failure.

 fs/nfsd/nfscache.c |  2 +-
 fs/nfsd/nfsctl.c   | 19 +--
 2 files changed, 10 insertions(+), 11 deletions(-)