- Don't cache_purge() in ufs_reclaim. vclean() does it for us so

this is redundant.
This commit is contained in:
jeff 2003-10-05 02:45:00 +00:00
parent 5556647d90
commit 584caed26f

@ -168,7 +168,6 @@ ufs_reclaim(ap)
/*
* Purge old data structures associated with the inode.
*/
cache_purge(vp);
vrele(ip->i_devvp);
#ifdef QUOTA
for (i = 0; i < MAXQUOTAS; i++) {