1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00

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

this is redundant.
This commit is contained in:
Jeff Roberson 2003-10-05 02:45:36 +00:00
parent 5c014b9d6d
commit 7bfaa956e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120778
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;