Re: [PATCH 6/9] f2fs: check completion of foreground GC

2013-04-02 Thread Namjae Jeon
2013/4/1, Jaegeuk Kim : > The foreground GCs are triggered under not enough free sections. > So, we should not skip moving valid blocks in the victim segments. > > Signed-off-by: Jaegeuk Kim Looks good to me~ Reviewed-by: Namjae Jeon Thanks. -- To unsubscribe from this list: send the line "unsub

[PATCH 6/9] f2fs: check completion of foreground GC

2013-03-31 Thread Jaegeuk Kim
The foreground GCs are triggered under not enough free sections. So, we should not skip moving valid blocks in the victim segments. Signed-off-by: Jaegeuk Kim --- fs/f2fs/gc.c | 46 ++ 1 file changed, 34 insertions(+), 12 deletions(-) diff --git a/fs/