On Wed, Nov 20, 2019 at 04:35:24AM +0000, Li Dongyang wrote: > We mark the bad blocks as used on fs->block_map > before allocating group tables. > Don't translate the block number to cluster number > when doing this, the fs->block_map is still a > block-granularity allocation map, it will be coverted > later by ext2fs_convert_subcluster_bitmap(). > > Signed-off-by: Li Dongyang <dongyangli@xxxxxxx> Applied on the maint branch, thanks. (The other patches need to go on the e2fsprogs master/next branch, and the last is a kernel patch.) - Ted