summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs_fileno.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/pseudofs/pseudofs_fileno.c')
-rw-r--r--sys/fs/pseudofs/pseudofs_fileno.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/pseudofs/pseudofs_fileno.c b/sys/fs/pseudofs/pseudofs_fileno.c
index 778ef1b..223ca9b 100644
--- a/sys/fs/pseudofs/pseudofs_fileno.c
+++ b/sys/fs/pseudofs/pseudofs_fileno.c
@@ -61,7 +61,7 @@ struct pfs_bitmap {
void
pfs_fileno_load(void)
{
- mtx_init(&pfs_fileno_mutex, "pseudofs_fileno", MTX_DEF);
+ mtx_init(&pfs_fileno_mutex, "pseudofs_fileno", NULL, MTX_DEF);
}
/*
OpenPOWER on IntegriCloud