diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-04-04 21:03:38 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-04-04 21:03:38 +0000 |
| commit | 6008862bc2494a2094e15699f4f73fad800b6bcd (patch) | |
| tree | f7344c6a10fdc020dd02fe2ee1f244cb56f92bb6 /sys/geom/geom_event.c | |
| parent | 96b0ad0ef364967868ccfd31fb02b0dbd91617ab (diff) | |
Notes
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); } |
