Re: [RFC NO MERGE] f2fs: extent cache: support unaligned extent

From: Chao Yu
Date: Sun Aug 01 2021 - 03:08:51 EST


On 2021/7/31 3:20, Jaegeuk Kim wrote:
On 07/07, Chao Yu wrote:
Currently, it only works in readonly format f2fs image.

There wouldn't be any race condition because unaligned extent only works
for ro feature now?

Is there any race condition between the address in extent_cache and the one in
dnode? I feel that we could synchronize it by locking its dnode block.

Thanks,