Re: [PATCH v7 04/11] f2fs: describe orphan block layout dynamically

From: Xinping Zhang

Date: Tue Sep 01 2026 - 12:40:16 EST


Thanks, this is cleaner and keeps the on-disk layout consistent with
the NAT and SIT blocks. I have restored struct f2fs_orphan_block with
DECLARE_FLEX_ARRAY(__le32, ino); the footer is still located by the
block-size-aware helper.

Thanks,
Kelvin