Don't call VOP_DESTROYVOBJECT(), trust that VOP_RECLAIM() did what

was necessary.
This commit is contained in:
Poul-Henning Kamp 2005-02-07 07:48:03 +00:00
parent 5937226d51
commit b348abd6cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141435

View File

@ -2284,8 +2284,6 @@ vgonel(struct vnode *vp, struct thread *td)
if (vinvalbuf(vp, V_SAVE, td, 0, 0) != 0)
vinvalbuf(vp, 0, td, 0, 0);
VOP_DESTROYVOBJECT(vp);
/*
* Any other processes trying to obtain this lock must first
* wait for VXLOCK to clear, then call the new lock operation.
@ -2321,6 +2319,9 @@ vgonel(struct vnode *vp, struct thread *td)
if (VOP_RECLAIM(vp, td))
panic("vclean: cannot reclaim");
KASSERT(vp->v_object == NULL,
("vop_reclaim left v_object vp=%p, tag=%s", vp, vp->v_tag));
if (active) {
/*
* Inline copy of vrele() since VOP_INACTIVE