From 7bfaa956e86e06a2490fcc23f50c7975e2bdcc9b Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Sun, 5 Oct 2003 02:45:36 +0000 Subject: [PATCH] - Don't cache_purge() in cd9660_reclaim. vclean() does it for us so this is redundant. --- sys/fs/cd9660/cd9660_node.c | 1 - sys/isofs/cd9660/cd9660_node.c | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/fs/cd9660/cd9660_node.c b/sys/fs/cd9660/cd9660_node.c index ac2bc187526..6a1fc0d0330 100644 --- a/sys/fs/cd9660/cd9660_node.c +++ b/sys/fs/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; diff --git a/sys/isofs/cd9660/cd9660_node.c b/sys/isofs/cd9660/cd9660_node.c index ac2bc187526..6a1fc0d0330 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;