From 241e02302d2d9398f9b54568ec272531ce104ff6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 19 May 2014 15:15:53 +0200 Subject: [PATCH] fcntl.2: wfix Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 188a57d60..17ed55452 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -1593,6 +1593,7 @@ is subject to race conditions which render it unreliable: .\" Newsgroups: gmane.linux.file-systems .\" Date: 2014-04-28 10:07:57 GMT .\" http://thread.gmane.org/gmane.linux.file-systems/84481/focus=84518 +a .BR write (2) call that overlaps with a lock may modify data after the mandatory lock is acquired;