Re: [f2fs-dev] [PATCH] f2fs: Copy summary entries in bulk

2018-04-17 Thread Chao Yu
On 2018/4/16 19:48, LiFan wrote: > Copy summary entries in bulk in write_compacted_summaries(). > And zero the blank part of page after writing the summaries > to the page. > > Signed-off-by: Fan li > --- > fs/f2fs/segment.c | 38 ++ > 1 file changed, 22 inser

[f2fs-dev] [PATCH] f2fs: Copy summary entries in bulk

2018-04-16 Thread LiFan
Copy summary entries in bulk in write_compacted_summaries(). And zero the blank part of page after writing the summaries to the page. Signed-off-by: Fan li --- fs/f2fs/segment.c | 38 ++ 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/fs/f2fs/s