Re: [f2fs-dev] [f2fs-dev 4/5] f2fs: Key functions to handle inline data

2013-10-29 Thread Huajun Li
Yes, will think over these cases carefully, and send out new version. thanks. On Tue, Oct 29, 2013 at 9:06 AM, Jaegeuk Kim wrote: > Hi, > > 2013-10-29 (화), 01:20 +0800, Huajun Li: >> On Mon, Oct 28, 2013 at 8:43 PM, Jaegeuk Kim wrote: >> > Hi, >> > >> > 2013-10-26 (토), 00:01 +0800, Huajun Li: >>

Re: [f2fs-dev] [f2fs-dev 4/5] f2fs: Key functions to handle inline data

2013-10-28 Thread Jaegeuk Kim
Hi, 2013-10-29 (화), 01:20 +0800, Huajun Li: > On Mon, Oct 28, 2013 at 8:43 PM, Jaegeuk Kim wrote: > > Hi, > > > > 2013-10-26 (토), 00:01 +0800, Huajun Li: > >> From: Huajun Li > >> > >> Functions to implement inline data read/write, and move inline data to > >> normal data block when file size ex

Re: [f2fs-dev] [f2fs-dev 4/5] f2fs: Key functions to handle inline data

2013-10-28 Thread Huajun Li
On Mon, Oct 28, 2013 at 8:43 PM, Jaegeuk Kim wrote: > Hi, > > 2013-10-26 (토), 00:01 +0800, Huajun Li: >> From: Huajun Li >> >> Functions to implement inline data read/write, and move inline data to >> normal data block when file size exceeds inline data limitation. >> >> Signed-off-by: Huajun Li

Re: [f2fs-dev] [f2fs-dev 4/5] f2fs: Key functions to handle inline data

2013-10-28 Thread Jaegeuk Kim
Hi, 2013-10-26 (토), 00:01 +0800, Huajun Li: > From: Huajun Li > > Functions to implement inline data read/write, and move inline data to > normal data block when file size exceeds inline data limitation. > > Signed-off-by: Huajun Li > Signed-off-by: Haicheng Li > Signed-off-by: Weihong Xu >

[f2fs-dev] [f2fs-dev 4/5] f2fs: Key functions to handle inline data

2013-10-25 Thread Huajun Li
From: Huajun Li Functions to implement inline data read/write, and move inline data to normal data block when file size exceeds inline data limitation. Signed-off-by: Huajun Li Signed-off-by: Haicheng Li Signed-off-by: Weihong Xu --- fs/f2fs/Makefile |2 +- fs/f2fs/f2fs.h |7 +++ f