On Wed, Mar 07, 2018 at 10:06:07AM +0100, Jan Kara wrote: > > Probably you should remove the bad checksum handling in > ext4_init_block_bitmap() the same way as you did in > ext4_init_inode_bitmap()? Otherwise the patch looks good. There isn't an ext4_init_inode_bitmap() --- the functionality is inlined ext4_read_inode_bitmap(), and it's already doing it that way (it doesn't set the checksum; it just sets the verified bit). - Ted