[PATCH 4/7] f2fs: readahead cp payload pages when mount

2015-09-11 Thread Chao Yu
Readahead continuous payload pages in checkpoint area for better performance. Signed-off-by: Chao Yu --- fs/f2fs/checkpoint.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c index c5a38e3..7c1b297 100644 --- a/fs/f2fs/checkpoint.c +++

[PATCH 4/7] f2fs: readahead cp payload pages when mount

2015-09-11 Thread Chao Yu
Readahead continuous payload pages in checkpoint area for better performance. Signed-off-by: Chao Yu --- fs/f2fs/checkpoint.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c index c5a38e3..7c1b297 100644 ---