- We don't need to cache_purge() in nfs_reclaim(), vclean() does it for us.

This commit is contained in:
Jeff Roberson 2003-10-05 06:46:02 +00:00
parent 4ab2c8bd52
commit 4b1a52f639
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120786

View File

@ -353,8 +353,6 @@ nfs_reclaim(struct vop_reclaim_args *ap)
}
lockdestroy(&np->n_rslock);
cache_purge(vp);
uma_zfree(nfsnode_zone, vp->v_data);
vp->v_data = NULL;
return (0);