Date: Thu, 1 Feb 2007 13:33:33 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_misc.c Message-ID: <200702011333.l11DXXF4098573@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2007-02-01 13:33:33 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_misc.c
Log:
No need to lock emul_lock in exit_group() because em->shared
cannot change (because its referenced by curthread). This fixes
a LOR caused by acquiring emul_shared_lock while holding emul_lock.
Fix typo in comment.
Submitted by: rdivacky
Revision Changes Path
1.206 +2 -3 src/sys/compat/linux/linux_misc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702011333.l11DXXF4098573>
