mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
- Stop setting vxthread, we've asserted that it was useless for several
weeks now.
This commit is contained in:
parent
549817334a
commit
6c317bc4cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145588
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user