diff options
Diffstat (limited to 'sys/ufs/lfs/lfs_alloc.c')
| -rw-r--r-- | sys/ufs/lfs/lfs_alloc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ufs/lfs/lfs_alloc.c b/sys/ufs/lfs/lfs_alloc.c index 19cd4f8c8a7b..797d0ba780e3 100644 --- a/sys/ufs/lfs/lfs_alloc.c +++ b/sys/ufs/lfs/lfs_alloc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_alloc.c 8.7 (Berkeley) 5/14/95 - * $Id: lfs_alloc.c,v 1.15 1997/08/02 14:33:19 bde Exp $ + * $Id: lfs_alloc.c,v 1.16 1997/10/14 14:22:29 phk Exp $ */ #include "opt_quota.h" @@ -223,8 +223,6 @@ lfs_vfree(ap) /* Get the inode number and file system. */ ip = VTOI(ap->a_pvp); - /* Remove the inode from its hash chain */ - ufs_ihashrem(ip); fs = ip->i_lfs; ino = ip->i_number; if (ip->i_flag & IN_MODIFIED) { |
