svn commit: r218655 - head/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Sun Feb 13 18:46:35 UTC 2011


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.


More information about the svn-src-all mailing list