1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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

this is redundant.
This commit is contained in:
Jeff Roberson 2003-10-05 02:44:22 +00:00
parent 9c695a2697
commit fcde834c1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120776
2 changed files with 0 additions and 2 deletions

View File

@ -541,7 +541,6 @@ ext2_reclaim(ap)
/*
* Purge old data structures associated with the inode.
*/
cache_purge(vp);
if (ip->i_devvp) {
vrele(ip->i_devvp);
ip->i_devvp = 0;

View File

@ -541,7 +541,6 @@ ext2_reclaim(ap)
/*
* Purge old data structures associated with the inode.
*/
cache_purge(vp);
if (ip->i_devvp) {
vrele(ip->i_devvp);
ip->i_devvp = 0;