Re: [f2fs-dev] [PATCH v7 09/11] f2fs: parameterize byte and block conversion macros

From: Xinping Zhang

Date: Tue Sep 01 2026 - 14:09:11 EST


Thanks. I have restored the shift-based definition using
F2FS_BYTES_TO_BLK() as suggested, avoiding the
DIV_ROUND_UP_ULL()/do_div() path.

Thanks,
Kelvin