summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_event.c')
-rw-r--r--sys/geom/geom_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_event.c b/sys/geom/geom_event.c
index f565d14..6f1eb0d 100644
--- a/sys/geom/geom_event.c
+++ b/sys/geom/geom_event.c
@@ -296,5 +296,5 @@ void
g_event_init()
{
- mtx_init(&g_doorlock, "GEOM orphanage", MTX_DEF);
+ mtx_init(&g_doorlock, "GEOM orphanage", NULL, MTX_DEF);
}
OpenPOWER on IntegriCloud