From 9a4249f9efbc5872f9ee0a5984c5e05b42404dab Mon Sep 17 00:00:00 2001 From: Miles Bader <miles@gnu.org> Date: Fri, 21 Apr 1995 15:24:54 +0000 Subject: Formerly ialloc.c.~18~ --- ext2fs/ialloc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext2fs/ialloc.c') diff --git a/ext2fs/ialloc.c b/ext2fs/ialloc.c index d2b04fc8..4d5e39b4 100644 --- a/ext2fs/ialloc.c +++ b/ext2fs/ialloc.c @@ -288,9 +288,6 @@ diskfs_alloc_node (struct node *dir, mode_t mode, struct node **node) if (err) return err; - if (np->dn_stat.st_mode) - ext2_panic("diskfs_alloc_node", "Duplicate inode: %d", inum); - if (np->dn_stat.st_blocks) { ext2_warning("diskfs_alloc_node", -- cgit v1.2.3