diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-14 18:46:48 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-14 18:46:48 +0000 |
| commit | 40715905a7b8fa9fb0fd2489bf2b062f33e3fd39 (patch) | |
| tree | 080b3c86cf2ecbc4594958debb6f39464725e590 /sys/gnu/fs/ext2fs/ext2_alloc.c | |
| parent | 4475598f18d71838caaa881ce94f778d8dc91c1a (diff) | |
Notes
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_alloc.c')
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_alloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_alloc.c b/sys/gnu/fs/ext2fs/ext2_alloc.c index a570ce4db9dd..64e9b87180da 100644 --- a/sys/gnu/fs/ext2fs/ext2_alloc.c +++ b/sys/gnu/fs/ext2fs/ext2_alloc.c @@ -538,8 +538,6 @@ ext2_vfree(ap) int mode; pip = VTOI(ap->a_pvp); - /* Remove the inode from its hash chain */ - ufs_ihashrem(pip); fs = pip->i_e2fs; if ((u_int)ino >= fs->s_inodes_per_group * fs->s_groups_count) panic("ifree: range: dev = 0x%x, ino = %d, fs = %s", |
