diff options
author | jeff <jeff@FreeBSD.org> | 2003-10-05 02:45:36 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2003-10-05 02:45:36 +0000 |
commit | c38cbc38476c3fc30004457ae2cf0b5fee9e76e0 (patch) | |
tree | 3a963bf15064d85f3f6b77eb5d2eb3ab10c0c783 /sys/isofs | |
parent | 584caed26f3f1d69988e83ba2cd9e825c14f91c3 (diff) | |
download | FreeBSD-src-c38cbc38476c3fc30004457ae2cf0b5fee9e76e0.zip FreeBSD-src-c38cbc38476c3fc30004457ae2cf0b5fee9e76e0.tar.gz |
- Don't cache_purge() in cd9660_reclaim. vclean() does it for us so
this is redundant.
Diffstat (limited to 'sys/isofs')
-rw-r--r-- | sys/isofs/cd9660/cd9660_node.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_node.c b/sys/isofs/cd9660/cd9660_node.c index ac2bc18..6a1fc0d 100644 --- a/sys/isofs/cd9660/cd9660_node.c +++ b/sys/isofs/cd9660/cd9660_node.c @@ -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; |