tmpfs: drop spurious cache_purge in tmpfs_reclaim

vgone already performs it.
This commit is contained in:
Mateusz Guzik 2020-09-04 19:30:15 +00:00
parent 8e6b8fc655
commit c86d2ba8a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365338

View File

@ -1435,8 +1435,6 @@ tmpfs_reclaim(struct vop_reclaim_args *v)
if (vp->v_type == VREG)
tmpfs_destroy_vobject(vp, node->tn_reg.tn_aobj);
vp->v_object = NULL;
if (tmpfs_use_nc(vp))
cache_purge(vp);
TMPFS_NODE_LOCK(node);
tmpfs_free_vp(vp);