mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
- Don't cache_purge() in cd9660_reclaim. vclean() does it for us so
this is redundant.
This commit is contained in:
parent
5c014b9d6d
commit
7bfaa956e8
2 changed files with 0 additions and 2 deletions
|
|
@ -220,7 +220,6 @@ cd9660_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;
|
||||
|
|
|
|||
|
|
@ -220,7 +220,6 @@ cd9660_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