Re: [PATCH 8/9] f2fs: avoid race for summary information

2013-04-02 Thread Namjae Jeon
2013/4/1, Jaegeuk Kim : > In order to do GC more reliably, I'd like to lock the vicitm summary page > until its GC is completed, and also prevent any checkpoint process. > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/gc.c| 8 +--- > fs/f2fs/node.c | 2 +- > fs/f2fs/super.c | 7 +-- >

[PATCH 8/9] f2fs: avoid race for summary information

2013-03-31 Thread Jaegeuk Kim
In order to do GC more reliably, I'd like to lock the vicitm summary page until its GC is completed, and also prevent any checkpoint process. Signed-off-by: Jaegeuk Kim --- fs/f2fs/gc.c| 8 +--- fs/f2fs/node.c | 2 +- fs/f2fs/super.c | 7 +-- 3 files changed, 7 insertions(+), 10 del