--- On Tue, 2/23/10, Andreas Dilger wrote: > I haven't looked at this from a logic POV, but I tested > this with a 1GB journal and it ran the same time > with/without specifying "-O extents" (10s vs. 650s without > this patch). I also ran our additional e2fsck extents > tests without errors, and on a couple of my extent-based > filesystems. Thanks for testing this patch, but after looking at it again, it is clear it is not the right thing to do. If there are at least two levels of the extent tree with more than one entry, iterating through with EXTENT_NEXT will return NO_EXTENT before reaching the end of the file. I sent another patch to the ext4 mailing list (with ext2fs_extent_get in the title) that I believe is the right way to fix the problem. Nic -- 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