Linux kernel source tree
Find a file
Trond Myklebust 2a534a7473 NFSv4: Fix a tracepoint Oops in initiate_file_draining()
Now that the value of 'ino' can be NULL or an ERR_PTR(), we need to
change the test in the tracepoint.

Fixes: ce5624f7e6 ("NFSv4: Return NFS4ERR_DELAY when a layout fails...")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Cc: stable@vger.kernel.org # v4.17+
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2018-09-14 16:23:16 -04:00
arch
block
certs
crypto
Documentation USB fixes for 4.18-rc7 2018-07-26 09:29:29 -07:00
drivers USB fixes for 4.18-rc7 2018-07-26 09:29:29 -07:00
firmware
fs NFSv4: Fix a tracepoint Oops in initiate_file_draining() 2018-09-14 16:23:16 -04:00
include NFS recover from destination server reboot for copies 2018-08-13 17:04:23 -04:00
init
ipc
kernel
lib
LICENSES
mm
net xprtrdma: Fix disconnect regression 2018-08-08 16:49:47 -04:00
samples
scripts
security
sound
tools USB fixes for 4.18-rc7 2018-07-26 09:29:29 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.