Re: [PATCH] f2fs: Simplify SEEK_DATA implementation

From: Chao Yu
Date: Sat Aug 29 2020 - 23:18:52 EST


On 2020-8-25 5:48, Matthew Wilcox (Oracle) wrote:
Instead of finding the first dirty page and then seeing if it matches
the index of a block that is NEW_ADDR, delay the lookup of the dirty
bit until we've actually found a block that's NEW_ADDR.

Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>

Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,