> + dsb = (struct erofs_super_block *)((u8 *)bh->b_data + > + EROFS_SUPER_OFFSET); Not new in this patch, but that u8 cast shouldn't be needed.
> + dsb = (struct erofs_super_block *)((u8 *)bh->b_data + > + EROFS_SUPER_OFFSET); Not new in this patch, but that u8 cast shouldn't be needed.