summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_inode.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2003-10-05 02:44:22 +0000
committerjeff <jeff@FreeBSD.org>2003-10-05 02:44:22 +0000
commit5556647d90b0c1875604e4f895e69c44cd910f00 (patch)
tree5e8157e4188e820e817658be404101d6733d5004 /sys/gnu/ext2fs/ext2_inode.c
parent177916fba66871e8c3d629be8a15a26e8d24bb98 (diff)
downloadFreeBSD-src-5556647d90b0c1875604e4f895e69c44cd910f00.zip
FreeBSD-src-5556647d90b0c1875604e4f895e69c44cd910f00.tar.gz
- Don't cache_purge() in ext2_reclaim. vclean() does it for us so
this is redundant.
Diffstat (limited to 'sys/gnu/ext2fs/ext2_inode.c')
-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 806c8a3..c82711a 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;
OpenPOWER on IntegriCloud