summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_vnops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/nullfs/null_vnops.c')
-rw-r--r--sys/fs/nullfs/null_vnops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index 5f46b2f..69d72bc 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -758,6 +758,7 @@ null_reclaim(ap)
}
vp->v_data = NULL;
+ vp->v_vnlock = &vp->v_lock;
FREE(xp, M_NULLFSNODE);
return (0);
OpenPOWER on IntegriCloud