- Don't cache_purge() in ufs_reclaim. vclean() does it for us so
this is redundant.
This commit is contained in:
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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user