RE: [f2fs-dev] [PATCH] f2fs: remove the own bi_private allocation

2013-12-03 Thread Jaegeuk Kim
2013 4:15 PM > > To: Chao Yu > > Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; > > linux-f2fs-de...@lists.sourceforge.net; 谭姝 > > Subject: RE: [f2fs-dev] [PATCH] f2fs: remove the own bi_private allocation > > > > 2013-12-02 (월), 14:14

RE: [f2fs-dev] [PATCH] f2fs: remove the own bi_private allocation

2013-12-02 Thread Chao Yu
2013 9:48 AM > > > Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; > > > linux-f2fs-de...@lists.sourceforge.net > > > Subject: [f2fs-dev] [PATCH] f2fs: remove the own bi_private allocation > > > > > > Previously f2fs allocates its own bi_p

RE: [f2fs-dev] [PATCH] f2fs: remove the own bi_private allocation

2013-12-02 Thread Jaegeuk Kim
nux-f2fs-de...@lists.sourceforge.net > > Subject: [f2fs-dev] [PATCH] f2fs: remove the own bi_private allocation > > > > Previously f2fs allocates its own bi_private data structure all the time > > even > > though we don't use it. But, can we remove this bi_private

RE: [f2fs-dev] [PATCH] f2fs: remove the own bi_private allocation

2013-12-01 Thread Chao Yu
Hi Kim, > -Original Message- > From: Jaegeuk Kim [mailto:jaegeuk@samsung.com] > Sent: Saturday, November 30, 2013 9:48 AM > Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; > linux-f2fs-de...@lists.sourceforge.net > Subject: [f2fs-dev] [PATCH] f2

Re: [PATCH] f2fs: remove the own bi_private allocation

2013-12-01 Thread Gu Zheng
On 11/30/2013 09:48 AM, Jaegeuk Kim wrote: > Previously f2fs allocates its own bi_private data structure all the time even > though we don't use it. But, can we remove this bi_private allocation? > > This patch removes such the additional bi_private allocation. > > 1. Retrieve f2fs_sb_info from

[PATCH] f2fs: remove the own bi_private allocation

2013-11-29 Thread Jaegeuk Kim
Previously f2fs allocates its own bi_private data structure all the time even though we don't use it. But, can we remove this bi_private allocation? This patch removes such the additional bi_private allocation. 1. Retrieve f2fs_sb_info from its page->mapping->host->i_sb. - This removes the useca