summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2005-04-27 09:17:33 +0000
committerJeff Roberson <jeff@FreeBSD.org>2005-04-27 09:17:33 +0000
commit6c317bc4cf035404f551931df4d3619552d65820 (patch)
tree8031fed11feaca6d709b76945e35f69dad02c50e /sys/kern/vfs_subr.c
parent549817334abae4036109b2af329085331d8ae1ef (diff)
Notes
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 976fe62dbed8..8b4d814ac98c 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -2248,7 +2248,6 @@ vgonel(struct vnode *vp, struct thread *td)
*/
doomed = (vp->v_iflag & VI_DOOMED);
vp->v_iflag |= VI_DOOMED;
- vp->v_vxthread = curthread;
oweinact = (vp->v_iflag & VI_OWEINACT);
VI_UNLOCK(vp);
@@ -2300,7 +2299,6 @@ vgonel(struct vnode *vp, struct thread *td)
vp->v_op = &dead_vnodeops;
vp->v_tag = "none";
vp->v_type = VBAD;
- vp->v_vxthread = NULL;
/*
* If it is on the freelist and not already at the head,