K 10 svn:author V 2 jh K 8 svn:date V 27 2010-07-30T13:23:21.712792Z K 7 svn:log V 282 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 END