diff options
author | dchagin <dchagin@FreeBSD.org> | 2011-02-13 18:46:34 +0000 |
---|---|---|
committer | dchagin <dchagin@FreeBSD.org> | 2011-02-13 18:46:34 +0000 |
commit | bc6bf7dad6f3c9d0ef4978360cd714fbc37c7d54 (patch) | |
tree | df8fad276784cfd1e66a10f5df6b5070dd0d4f00 /sys/compat/linux/linux_futex.c | |
parent | d9864e44841f837237afc17765768d21933a21bd (diff) | |
download | FreeBSD-src-bc6bf7dad6f3c9d0ef4978360cd714fbc37c7d54.zip FreeBSD-src-bc6bf7dad6f3c9d0ef4978360cd714fbc37c7d54.tar.gz |
Remove comment about 'ftlk' LOR.
Diffstat (limited to 'sys/compat/linux/linux_futex.c')
-rw-r--r-- | sys/compat/linux/linux_futex.c | 3 |
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. |