Re: [f2fs-dev][PATCH V2 0/6] f2fs: Enable f2fs support inline data

2013-11-25 Thread Jaegeuk Kim
Hi Huajun, Please adjust the following bug fixes in your patches. --- fs/f2fs/data.c | 2 +- fs/f2fs/file.c | 12 +++- fs/f2fs/inline.c | 19 +++ 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index 2eed6e3..e44f0ba 1

[f2fs-dev][PATCH V2 0/6] f2fs: Enable f2fs support inline data

2013-11-10 Thread Huajun Li
From: Huajun Li f2fs inode is so large, so small files can be stored directly in the inode, rather than just storing a single block address and storing the data elsewhere. This patch set makes files less than ~3.4K store directly in inode block. a) space saving Test with kernel src(without re