Re: [PATCH v7 10/11] f2fs: parameterize block size and mask macros
From: Xinping Zhang
Date: Tue Sep 01 2026 - 12:41:31 EST
Thanks for the detailed review. I have reworded the truncated-looking
source comment, dropped the unrelated const change to F2FS_I_SB(),
removed the unused F2FS_P_SB(), and reverted the whitespace-only
changes.
For the temporary PAGE_SIZE substitutions, I reordered the final two
patches so node-tree geometry is parameterized before the no-argument
F2FS_BLKSIZE macro is removed. This avoids those intermediate
PAGE_SIZE changes entirely.
Thanks,
Kelvin