erofs: Question on unused fields in on-disk structs

From: Richard Weinberger
Date: Mon Aug 19 2019 - 13:10:38 EST


Hi!

struct erofs_super_block has "checksum" and "features" fields,
but they are not used in the source.
What is the plan for these?

Same for i_checksum in erofs_inode_v1 and erofs_inode_v2.

At least the "features" field in the super block is something I'd
expect to be used.
...such that you can have new filesystem features in future.

Thanks,
//richard