Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/sys/geom/geom_io.c 121323 2003-10-22 06:32:20Z phk $");
---
> __FBSDID("$FreeBSD: head/sys/geom/geom_io.c 123271 2003-12-07 23:20:53Z truckman $");
316c316
< mtx_init(&mymutex, "g_xdown", MTX_DEF, 0);
---
> mtx_init(&mymutex, "g_xdown", NULL, MTX_DEF);
368c368
< mtx_init(&mymutex, "g_xup", MTX_DEF, 0);
---
> mtx_init(&mymutex, "g_xup", NULL, MTX_DEF);