On Fri, Jul 20, 2007 at 04:50:26PM -0500, Eric Sandeen wrote: > The test in ext2fs_check_desc() is off by one; if the inode table > goes all the way to the last block of the block group, it will > falsely assert that it has extended past it. The last block > of a range is start + len -1, not start + len. Thanks, committed into git (combined with the test case) and updated commit log to include the Red Hat Bugzilla number. - 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