Date: Sat, 29 Mar 2008 17:33:29 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/part g_part.h Message-ID: <200803291733.m2THXTAc065582@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2008-03-29 17:33:29 UTC FreeBSD src repository Modified files: sys/geom/part g_part.h Log: Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (within SI_SUB_DRIVERS) to avoid loading schemes before all the GEOM classes have been loaded and initialized. Otherwise we may end up using mutexes that haven't been initialized (due to g_retaste() posting an event). Revision Changes Path 1.8 +1 -1 src/sys/geom/part/g_part.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803291733.m2THXTAc065582>