OK, minor error there - "tmp" is an int in ext2_new_block, while "block"
is a long in ext2_free_blocks (I had changed it to a long in my tree and
didn't see the warning when it compiled). I should probably submit a
patch at some point, but for now 32 bits is enough.
> balloc.c:397: label `io_error' used but not defined
> balloc.c:383: label `out' used but not defined
??? My patch doesn't touch nor use these labels.
> gcc: Internal compiler error: program cc1 got fatal signal 11
??? This is pretty bad - usually signal 11 from GCC means RAM problems.
Cheers, Andreas
-- Andreas Dilger http://www-mddsp.enel.ucalgary.ca/People/adilger/ http://sourceforge.net/projects/ext2resize/- 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/