Re:Re: [PATCH v1 3/5] f2fs: add f2fs_block_needs_zeroing() to handle hole blocks
From: Nanzhe Zhao
Date: Tue Jan 06 2026 - 06:31:58 EST
At 2026-01-06 17:19:14, "Chao Yu" <chao@xxxxxxxxxx> wrote:
>On 1/5/2026 11:30 PM, Nanzhe Zhao wrote:
>>IIUC, f2fs_map_blocks(inode, &map, F2FS_GET_BLOCK_DEFAULT) won't map hole
>>space, or am I missing something?
>>
>>Thanks,
My fault, I missed the goto sync_out statement in default case. Thanks for pointing out.