Re: 2.4.19-pre7-ac3 does not compile

Nicholas Petreley (nicholas@petreley.com)
Tue, 30 Apr 2002 14:32:58 -0700


It looks like it is just a missing brace around line 521 in fs/ext2/balloc.c

if (tmp == le32_to_cpu(gdp->bg_block_bitmap) ||
tmp == le32_to_cpu(gdp->bg_inode_bitmap) ||
in_range (tmp, le32_to_cpu(gdp->bg_inode_table),
- sb->u.ext2_sb.s_itb_per_group))
+ sb->u.ext2_sb.s_itb_per_group)) {
ext2_error (sb, "ext2_new_block",
"Allocating block in system zone - block = %lu",
tmp);
ext2_set_bit(j, bh->b_data);
DQUOT_FREE_BLOCK(inode, 1);
goto repeat;
}

(The above is not generated by patch - I'm too lazy to do that. Just use vi
and add the dang brace - grin)

-Nick

-- 
***********************************************************
Nicholas Petreley        http://www.VarLinux.org
nicholas@petreley.com    http://www.computerworld.com
http://www.petreley.org  http://www.linuxworld.com Eph 6:12
***********************************************************
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/