Date: Fri, 13 Mar 2015 16:28:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 198563] [PATCH] Prevent spa_namespace_lock deadlock caused by spa_import_rootpool() Message-ID: <bug-198563-8-b4bHse4OM1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-198563-8@https.bugs.freebsd.org/bugzilla/> References: <bug-198563-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198563 fk@fabiankeil.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #154269|0 |1 is obsolete| | --- Comment #2 from fk@fabiankeil.de --- Created attachment 154270 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154270&action=edit spa_import_rootpool(): Fix ressource leaks if the pool label is missing Previously spa_namespace_lock was kept locked which prevented the system from booting even if the root pool label was actually found later on. An insignificant amount of memory was leaked as well. Obtained from: ElectroBSD -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198563-8-b4bHse4OM1>