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 initializatio

Re: [f2fs-dev] [PATCH] f2fs: introduce a new direct_IO write path

2013-12-18 Thread Chao Yu
> -Original Message- > From: Jaegeuk Kim [mailto:jaegeuk@samsung.com] > Sent: Wednesday, December 18, 2013 8:12 AM > To: linux-fsde...@vger.kernel.org > Cc: linux-ker...@vger.kernel.org; linux-f2fs-devel@lists.sourceforge.net > Subject: Re: [f2fs-dev] [PATCH] f2fs: introduce a new direc

[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 --- fs/f2fs/data.c | 93 ++-- 1 files changed, 43 insertions(+), 50 deletions(-) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c i