cvs commit: src/sys/geom/part g_part.h
Marcel Moolenaar
marcel at FreeBSD.org
Sat Mar 29 10:33:30 PDT 2008
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
More information about the cvs-src
mailing list