[f2fs-dev] [PATCH V2 1/3] f2fs: move grabbing orphan pages out of protection region

2014-01-13 Thread Gu Zheng
Move grabbing orphan block page out of protection region, and grab all the orphan block pages ahead. v2: Remove the redundant code as Chao Yu suggested. Reviewed-by: Chao Yu Signed-off-by: Gu Zheng --- fs/f2fs/checkpoint.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletion

Re: [f2fs-dev] [PATCH 1/3] f2fs: move grabing orphan pages out of protection region

2014-01-13 Thread Gu Zheng
Hi Yu, On 01/11/2014 09:27 AM, Chao Yu wrote: > Hi Gu, > >> -Original Message- >> From: Gu Zheng [mailto:guz.f...@cn.fujitsu.com] >> Sent: Friday, January 10, 2014 6:09 PM >> To: Kim >> Cc: fsdevel; linux-kernel; f2fs >> Subject: [f2fs-dev] [PATCH 1/3] f2fs: move grabing orphan pages out