Date: Fri, 16 Jun 2017 08:36:26 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 220035] [ufs] sys/ufs/ufs/ufs_vnops.c: a sleep-under-mutex bug in acl_alloc Message-ID: <bug-220035-8-sS4pkA4Qku@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220035-8@https.bugs.freebsd.org/bugzilla/> References: <bug-220035-8@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220035 Mateusz Guzik <mjg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjg@FreeBSD.org Status|New |Closed Resolution|--- |Not A Bug --- Comment #1 from Mateusz Guzik <mjg@FreeBSD.org> --- Hi there, thanks for the report. This one is definitely a false-positive. The code locks in the interlock to call vdropl, which returns with it unlocked. If vdropl was not dropping the lock, the code would already be buggy due to leaking the lock. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220035-8-sS4pkA4Qku>
