On Tue, Apr 29, 2014 at 01:02:07PM +0200, Lukáš Czerner wrote: > > Not sure about this, but I just wonder whether this would work with > bigalloc file system as well since it is true that we're testing > blocks in this condition but in ext2fs_test_block_bitmap_range2() > we're searching for a free cluster. No, we're fine because the bitmap functions takes block numbers as arguments, not cluster numbers. (The bitmap functions converts block numbers to cluster numbers, and there's a special hack for mke2fs so we don't burn a separate cluster for each allocation bitmap block.) - 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