]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'nfsd-5.3-1' of git://linux-nfs.org/~bfields/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Aug 2019 17:04:38 +0000 (10:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Aug 2019 17:04:38 +0000 (10:04 -0700)
commit2babd34df2294a72df02dc4a3745df3408147eba
treea61dd4663e365ecf177ba767a2117f857551452a
parent15d90b242290f228166ea79ee1cc2db6b31a2143
parent78e70e780b289ff59ec33a9f9c1fcecaf17a46e1
Merge tag 'nfsd-5.3-1' of git://linux-nfs.org/~bfields/linux

Pull nfsd fixes from Bruce Fields:
 "Fix nfsd bugs: three in the new nfsd/clients/ code, one in the reply
  cache containerization"

* tag 'nfsd-5.3-1' of git://linux-nfs.org/~bfields/linux:
  nfsd4: Fix kernel crash when reading proc file reply_cache_stats
  nfsd: initialize i_private before d_add
  nfsd: use i_wrlock instead of rcu for nfsdfs i_private
  nfsd: fix dentry leak upon mkdir failure.