Re: [f2fs-dev] [PATCH] f2fs: enable inline data by default

2015-03-20 Thread Jaegeuk Kim
Hi Wanpeng, Indeed. Please don't do this for backward compatibility. Thanks, On Thu, Mar 19, 2015 at 01:11:35PM +0800, Wanpeng Li wrote: > Enable inline_data feature by default since it brings us better > performance and space utilization and now has already stable. > > Signed-off-by: Wanpeng

Re: [f2fs-dev] [PATCH] f2fs: enable inline data by default

2015-03-19 Thread Wang Shilong
Hi, > > Enable inline_data feature by default since it brings us better > performance and space utilization and now has already stable. > > Signed-off-by: Wanpeng Li > --- > Documentation/filesystems/f2fs.txt | 2 -- > fs/f2fs/f2fs.h | 11 +-- > fs/f2fs/inline.c

[f2fs-dev] [PATCH] f2fs: enable inline data by default

2015-03-18 Thread Wanpeng Li
Enable inline_data feature by default since it brings us better performance and space utilization and now has already stable. Signed-off-by: Wanpeng Li --- Documentation/filesystems/f2fs.txt | 2 -- fs/f2fs/f2fs.h | 11 +-- fs/f2fs/inline.c | 3 --