summaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2003-10-05 02:44:22 +0000
committerJeff Roberson <jeff@FreeBSD.org>2003-10-05 02:44:22 +0000
commitfcde834c1fcaaac8abf42fadb51f69807a280786 (patch)
tree5e8157e4188e820e817658be404101d6733d5004 /sys/gnu/ext2fs
parent9c695a2697bdbbf1f94cf9b8abe60806ab0aaf5d (diff)
Notes
Diffstat (limited to 'sys/gnu/ext2fs')
-rw-r--r--sys/gnu/ext2fs/ext2_inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_inode.c b/sys/gnu/ext2fs/ext2_inode.c
index 806c8a333113..c82711aa22eb 100644
--- a/sys/gnu/ext2fs/ext2_inode.c
+++ b/sys/gnu/ext2fs/ext2_inode.c
@@ -541,7 +541,6 @@ ext2_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;