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:
parent
5c014b9d6d
commit
7bfaa956e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120778
@ -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 New Issue
Block a user