summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index a81136a..7c4fd8e 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -484,7 +484,7 @@ bufinit(void)
GIANT_REQUIRED;
LIST_INIT(&invalhash);
- mtx_init(&buftimelock, "buftime lock", MTX_DEF);
+ mtx_init(&buftimelock, "buftime lock", NULL, MTX_DEF);
for (i = 0; i <= bufhashmask; i++)
LIST_INIT(&bufhashtbl[i]);
OpenPOWER on IntegriCloud