K 10 svn:author V 2 jh K 8 svn:date V 27 2010-05-05T18:53:24.726371Z K 7 svn:log V 293 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 Silence on: freebsd-geom END