Re: [f2fs-dev] [PATCH] f2fs: fix flushing node pages when checkpoint is disabled

2019-08-30 Thread Chao Yu
On 2019/8/30 0:50, Jaegeuk Kim wrote: > This patch fixes skipping node page writes when checkpoint is disabled. > In this period, we can't rely on checkpoint to flush node pages. > > Fixes: fd8c8caf7e7c ("f2fs: let checkpoint flush dnode page of regular") > Fixes: 4354994f097d ("f2fs: checkpoint d

[PATCH] f2fs: fix flushing node pages when checkpoint is disabled

2019-08-29 Thread Jaegeuk Kim
This patch fixes skipping node page writes when checkpoint is disabled. In this period, we can't rely on checkpoint to flush node pages. Fixes: fd8c8caf7e7c ("f2fs: let checkpoint flush dnode page of regular") Fixes: 4354994f097d ("f2fs: checkpoint disabling") Signed-off-by: Jaegeuk Kim --- fs/f