The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Tom Rix c1488428a8 nfsd: remove unneeded break
Because every path through nfs4_find_file()'s
switch does an explicit return, the break is not needed.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
2020-10-16 15:15:04 -04:00
Documentation Documentation: update RPCSEC_GSSv3 RFC link 2020-09-25 18:01:27 -04:00
LICENSES
arch
block
certs
crypto
drivers
fs nfsd: remove unneeded break 2020-10-16 15:15:04 -04:00
include NFSACL: Replace PROC() macro with open code 2020-10-02 09:37:41 -04:00
init
ipc
kernel
lib
mm
net net/sunrpc: Fix return value for sysctl sunrpc.transports 2020-10-16 15:15:04 -04:00
samples
scripts
security
sound
tools nfsd: remove fault injection code 2020-09-25 18:01:26 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Note NFS docs under Documentation/ 2020-09-25 18:01:27 -04:00
Makefile Linux 5.9-rc5 2020-09-13 16:06:00 -07:00
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.