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.
> 
(btw the kernel has this same problem, so it's not mountable either -
will send that patch Monday)

-Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to