RE: [f2fs-dev] [PATCH] f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages

2014-02-07 Thread Chao Yu
2fs-dev] [PATCH] f2fs: introduce ra_meta_pages to readahead > CP/NAT/SIT pages > > Hi Chao, > > Sorry for the delay. > When I tested this patch, a deadlock was occurred, so I couldn't afford > to look inside in more detail. > When I see again, there is a bug wrt blkno

Re: [f2fs-dev] [PATCH] f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages

2014-02-06 Thread Jaegeuk Kim
Hi Chao, Sorry for the delay. When I tested this patch, a deadlock was occurred, so I couldn't afford to look inside in more detail. When I see again, there is a bug wrt blkno. Please see below. 2014-01-28 (화), 10:28 +0800, Chao Yu: > This patch help us to cleanup the readahead code by merging ra

[f2fs-dev] [PATCH] f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages

2014-01-27 Thread Chao Yu
This patch help us to cleanup the readahead code by merging ra_{sit,nat}_pages function into ra_meta_pages. Additionally the new function is used to readahead cp block in recover_orphan_inodes. Signed-off-by: Chao Yu --- fs/f2fs/checkpoint.c | 78 +++