https://github.com/torvalds/linux
Revision 141731d15d6eb2fd9aaefbf9b935ce86ae243074 authored by Benjamin Coddington on 20 May 2019, 14:33:07 UTC, committed by J. Bruce Fields on 31 May 2019, 13:43:26 UTC
This reverts most of commit b8eee0e90f97 ("lockd: Show pid of lockd for
remote locks"), which caused remote locks to not be differentiated between
remote processes for NLM.

We retain the fixup for setting the client's fl_pid to a negative value.

Fixes: b8eee0e90f97 ("lockd: Show pid of lockd for remote locks")
Cc: stable@vger.kernel.org

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Reviewed-by: XueWei Zhang <xueweiz@google.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
1 parent cd6c84d
Raw File
Tip revision: 141731d15d6eb2fd9aaefbf9b935ce86ae243074 authored by Benjamin Coddington on 20 May 2019, 14:33:07 UTC
Revert "lockd: Show pid of lockd for remote locks"
Tip revision: 141731d
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.
back to top