Re: [f2fs-dev] [PATCH] f2fs: flush dirty meta pages when flushing them

2020-05-18 Thread Jaegeuk Kim
On 05/18, Chao Yu wrote: > On 2020/5/15 22:45, Jaegeuk Kim wrote: > > On 05/15, Chao Yu wrote: > >> On 2020/5/15 10:15, Jaegeuk Kim wrote: > >>> Let's guarantee flusing dirty meta pages to avoid infinite loop. > >> > >> What's the root cause? Race case or meta page flush failure? > > > > Investiga

Re: [f2fs-dev] [PATCH] f2fs: flush dirty meta pages when flushing them

2020-05-17 Thread Chao Yu
On 2020/5/15 22:45, Jaegeuk Kim wrote: > On 05/15, Chao Yu wrote: >> On 2020/5/15 10:15, Jaegeuk Kim wrote: >>> Let's guarantee flusing dirty meta pages to avoid infinite loop. >> >> What's the root cause? Race case or meta page flush failure? > > Investigating, but at least, this can avoid the in

Re: [f2fs-dev] [PATCH] f2fs: flush dirty meta pages when flushing them

2020-05-15 Thread Jaegeuk Kim
On 05/15, Chao Yu wrote: > On 2020/5/15 10:15, Jaegeuk Kim wrote: > > Let's guarantee flusing dirty meta pages to avoid infinite loop. > > What's the root cause? Race case or meta page flush failure? Investigating, but at least, this can avoid the inifinite loop there. V2: >From c60ce8e7178004f

Re: [f2fs-dev] [PATCH] f2fs: flush dirty meta pages when flushing them

2020-05-14 Thread Chao Yu
On 2020/5/15 10:15, Jaegeuk Kim wrote: > Let's guarantee flusing dirty meta pages to avoid infinite loop. What's the root cause? Race case or meta page flush failure? Thanks, > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/checkpoint.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(