diff options
Diffstat (limited to 'sys/geom/geom_event.c')
| -rw-r--r-- | sys/geom/geom_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_event.c b/sys/geom/geom_event.c index f565d144d1b4..6f1eb0d1d1b1 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); } |
