From 7bfaa956e86e06a2490fcc23f50c7975e2bdcc9b Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Sun, 5 Oct 2003 02:45:36 +0000 Subject: - Don't cache_purge() in cd9660_reclaim. vclean() does it for us so this is redundant. --- sys/fs/cd9660/cd9660_node.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/fs') diff --git a/sys/fs/cd9660/cd9660_node.c b/sys/fs/cd9660/cd9660_node.c index ac2bc1875264..6a1fc0d0330e 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; -- cgit v1.3