diff options
-rw-r--r-- | sys/kern/vfs_mount.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index ea2126a..109dd0e 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -1117,8 +1117,6 @@ devfs_fixup(struct thread *td) mtx_unlock(&mountlist_mtx); VOP_UNLOCK(vp, 0, td); vfs_unbusy(mp, td); - VREF(vp); - vput(vp); vput(dvp); /* Unlink the no longer needed /dev/dev -> / symlink */ |