mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Don't cache_purge() in ext2_reclaim. vclean() does it for us so
this is redundant.
This commit is contained in:
parent
9c695a2697
commit
fcde834c1f
2 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue