On Thu, Jul 09, 2009 at 01:56:06PM +0900, Kazuya Mio wrote: > Hi, > > I have addressed Ted's comments. > (http://kerneltrap.org/mailarchive/linux-ext4/2009/7/3/6132903) I fixed it up a bit before applying it. It turns out we already had a function specific to block bitmaps, ext2fs_test_block_bitmap_range() which provides this functionality. So I added the optimized version of the generic bitmap test_range() function, and used it to speed up ext2fs_test_block_bitmap_range(). This got placed into the maint branch. The changes to e2fsck's pass5 has been checked into the 'master' branch of e2fsprogs. - 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