[PATCH 11/21] erofs: use dsb instead of layout for ondisk super_block
Christoph Hellwig
hch at infradead.org
Mon Sep 2 22:12:34 AEST 2019
> + 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.
More information about the Linux-erofs
mailing list