summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2011-02-13 18:46:34 +0000
committerdchagin <dchagin@FreeBSD.org>2011-02-13 18:46:34 +0000
commitbc6bf7dad6f3c9d0ef4978360cd714fbc37c7d54 (patch)
treedf8fad276784cfd1e66a10f5df6b5070dd0d4f00 /sys/compat/linux
parentd9864e44841f837237afc17765768d21933a21bd (diff)
downloadFreeBSD-src-bc6bf7dad6f3c9d0ef4978360cd714fbc37c7d54.zip
FreeBSD-src-bc6bf7dad6f3c9d0ef4978360cd714fbc37c7d54.tar.gz
Remove comment about 'ftlk' LOR.
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/linux_futex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_futex.c b/sys/compat/linux/linux_futex.c
index acdf90a..e7927bb 100644
--- a/sys/compat/linux/linux_futex.c
+++ b/sys/compat/linux/linux_futex.c
@@ -553,8 +553,7 @@ linux_sys_futex(struct thread *td, struct linux_sys_futex_args *args)
/*
* 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.
OpenPOWER on IntegriCloud