https://github.com/torvalds/linux
Revision 2babd34df2294a72df02dc4a3745df3408147eba authored by Linus Torvalds on 21 August 2019, 17:04:38 UTC, committed by Linus Torvalds on 21 August 2019, 17:04:38 UTC
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.
2 parent s 15d90b2 + 78e70e7
Raw File
Tip revision: 2babd34df2294a72df02dc4a3745df3408147eba authored by Linus Torvalds on 21 August 2019, 17:04:38 UTC
Merge tag 'nfsd-5.3-1' of git://linux-nfs.org/~bfields/linux
Tip revision: 2babd34
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.
back to top