summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/ext2fs/ext2_inode.c')
-rw-r--r--sys/gnu/ext2fs/ext2_inode.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/gnu/ext2fs/ext2_inode.c b/sys/gnu/ext2fs/ext2_inode.c
index 2f48f9c..7a8e5e0 100644
--- a/sys/gnu/ext2fs/ext2_inode.c
+++ b/sys/gnu/ext2fs/ext2_inode.c
@@ -528,10 +528,7 @@ ext2_reclaim(ap)
ip->i_flag |= IN_MODIFIED;
ext2_update(vp, 0);
}
- /*
- * Remove the inode from its hash chain.
- */
- ext2_ihashrem(ip);
+ vfs_hash_remove(vp);
/*
* Purge old data structures associated with the inode.
*/
OpenPOWER on IntegriCloud