From 177916fba66871e8c3d629be8a15a26e8d24bb98 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 5 Oct 2003 02:43:30 +0000 Subject: - Don't cache_purge() in *_reclaim routines. vclean() does it for us so this is redundant. --- sys/fs/ntfs/ntfs_vnops.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/fs/ntfs/ntfs_vnops.c') diff --git a/sys/fs/ntfs/ntfs_vnops.c b/sys/fs/ntfs/ntfs_vnops.c index 4333c36..2403df2 100644 --- a/sys/fs/ntfs/ntfs_vnops.c +++ b/sys/fs/ntfs/ntfs_vnops.c @@ -256,8 +256,6 @@ ntfs_reclaim(ap) return (error); /* Purge old data structures associated with the inode. */ - cache_purge(vp); - ntfs_frele(fp); ntfs_ntput(ip); vp->v_data = NULL; -- cgit v1.1