Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2011 18:46:34 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218655 - head/sys/compat/linux
Message-ID:  <201102131846.p1DIkYn4047810@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Sun Feb 13 18:46:34 2011
New Revision: 218655
URL: http://svn.freebsd.org/changeset/base/218655

Log:
  Remove comment about 'ftlk' LOR.

Modified:
  head/sys/compat/linux/linux_futex.c

Modified: head/sys/compat/linux/linux_futex.c
==============================================================================
--- head/sys/compat/linux/linux_futex.c	Sun Feb 13 18:41:40 2011	(r218654)
+++ head/sys/compat/linux/linux_futex.c	Sun Feb 13 18:46:34 2011	(r218655)
@@ -553,8 +553,7 @@ linux_sys_futex(struct thread *td, struc
 
 		/*
 		 * To avoid deadlocks return EINVAL if second futex
-		 * exists at this time. Otherwise create the new futex
-		 * and ignore false positive LOR which thus happens.
+		 * exists at this time.
 		 *
 		 * Glibc fall back to FUTEX_WAKE in case of any error
 		 * returned by FUTEX_CMP_REQUEUE.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102131846.p1DIkYn4047810>