On Fri, Jun 17, 2011 at 12:28:01AM -0600, Andreas Dilger wrote: > Ted, > I was going to send some more fixes, but it looks like your commit > 94968e74 "libext2fs: teach bitmap functions about bigalloc/cluster" > breaks the "f_lotsbad" test, which I found via git bisect and verified > is the offending commit: The problem was a bug in lib/ext2fs/Makefile.in; the $(SRCS) macro included "$(srcdir)/blkmap64_ba.o" (note ".o" instead of ".o"; Oops.) As a result we didn't have a dependency for blkmap64_ba.c in the Makefile, and so blkmap64_ba.o wasn't getting regenerated when bmap64.h changed. You can fix it by rm'ing blkmap64_ba.o and then rebuilding. I'll fixed the Makefile.in, rerun "make depend", and then check in a fix. Regards, - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html