Re: [f2fs-dev] [PATCH] f2fs: move all the bio initialization into __bio_alloc

2013-12-19 Thread Jaegeuk Kim
; linux-kernel; f2fs Subject: [f2fs-dev] [PATCH] f2fs: move all the bio initialization into __bio_alloc Move all the bio initialization into __bio_alloc, and some minor cleanups are also added. Looks more neat! @@ -178,17 +179,16 @@ void f2fs_submit_page_mbio(struct f2fs_sb_info

[f2fs-dev] [PATCH] f2fs: move all the bio initialization into __bio_alloc

2013-12-18 Thread Gu Zheng
Move all the bio initialization into __bio_alloc, and some minor cleanups are also added. Signed-off-by: Gu Zheng guz.f...@cn.fujitsu.com --- fs/f2fs/data.c | 93 ++-- 1 files changed, 43 insertions(+), 50 deletions(-) diff --git

Re: [f2fs-dev] [PATCH] f2fs: move all the bio initialization into __bio_alloc

2013-12-18 Thread Chao Yu
Hi Gu, -Original Message- From: Gu Zheng [mailto:guz.f...@cn.fujitsu.com] Sent: Wednesday, December 18, 2013 6:29 PM To: Kim Cc: fsdevel; linux-kernel; f2fs Subject: [f2fs-dev] [PATCH] f2fs: move all the bio initialization into __bio_alloc Move all the bio initialization