]> git.ipfire.org Git - thirdparty/man-pages.git/commit
fcntl.2: The kernel does not perform deadlock detection for OFD locks
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 19 May 2014 13:11:02 +0000 (15:11 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 9 Jun 2014 19:33:49 +0000 (21:33 +0200)
commitd2e429c1a89e3be56bab0ccf8810c6f6c2b0fde5
tree16e69c043363b48a5fa2cfd9519ec69c72a5e9bc
parentd20d9d33ab732f497d6203605aa476c1655a9f96
fcntl.2: The kernel does not perform deadlock detection for OFD locks

See kernel commit 57b65325fe34ec4c917bc4e555144b4a94d9e1f7
And this mail thread:

    http://thread.gmane.org/gmane.linux.file-systems/81318/focus=81327
    From: Jeff Layton <jlayton <at> redhat.com>
    Subject: [PATCH v5 13/14] locks: skip deadlock detection on FL_FILE_PVT locks
    Date: 2014-01-09 14:19:46 GMT

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fcntl.2