phk 2004-09-24 06:43:20 UTC FreeBSD src repository Modified files: sys/geom geom_dev.c Log: Assert topology is held in g_dev_getprovider(). Don't call devsw(). It is not necessary, and we do not need to hold dev_lock to compare the devsw pointer to our own since we do not dereference it. Revision Changes Path 1.80 +5 -3 src/sys/geom/geom_dev.c