From bf8c7dab48dab0076c51a0a572113d62ab82fdf7 Mon Sep 17 00:00:00 2001 From: bp Date: Sun, 22 Oct 2000 16:15:12 +0000 Subject: Rev 1.41 was committed from wrong diff, now do it right. --- sys/fs/nullfs/null_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/nullfs') diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index 20c3459..6213a6b 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -150,7 +150,7 @@ nullfs_mount(mp, path, data, ndp, p) */ if (lowerrootvp == VTONULL(mp->mnt_vnodecovered)->null_lowervp) { NULLFSDEBUG("nullfs_mount: multi null mount?\n"); - VOP_UNLOCK(lowerrootvp, 0, p); + vput(lowerrootvp); return (EDEADLK); } -- cgit v1.1