Re: [f2fs-dev] [PATCH v7 06/11] f2fs: describe {i, d, id}node block layout dynamically

From: Xinping Zhang

Date: Tue Sep 01 2026 - 14:01:40 EST


Agreed. I have replaced the shared-header macro with
F2FS_DEF_ADDRS_PER_INODE(blocksize), while the kernel-side cached
lookup is now DEF_ADDRS_PER_INODE(sbi), matching the other geometry
macros.

Thanks,
Kelvin