For large file systems, using the rbtree bitmap can save a lot of
memory.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
current_fs = NULL;
return;
}
+ current_fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE;
if (catastrophic)
com_err(device, 0, "catastrophic mode - not reading inode or group bitmaps");
printf (_("Couldn't find valid filesystem superblock.\n"));
exit (1);
}
+ fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE;
if (print_badblocks) {
list_bad_blocks(fs, 1);
} else {
ext2fs_free(fs);
exit(1);
}
+ fs->default_bitmap_type = EXT2FS_BMAP64_RBTREE;
if (I_flag && !io_ptr_orig) {
/*