Date: Fri, 30 Jul 2010 13:23:21 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom geom.h geom_subr.c Message-ID: <201007301323.o6UDNWGt072998@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jh 2010-07-30 13:23:21 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/geom geom.h geom_subr.c
Log:
SVN rev 210646 on 2010-07-30 13:23:21Z by jh
MFC r207671:
Fix deadlock between GEOM class unloading and withering. Withering can't
proceed while g_unload_class() blocks the event thread. Fix this by not
running g_unload_class() as a GEOM event and dropping the topology lock
when withering needs to proceed.
PR: kern/139847
Revision Changes Path
1.106.2.2 +3 -0 src/sys/geom/geom.h
1.107.2.3 +51 -47 src/sys/geom/geom_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007301323.o6UDNWGt072998>
