Re: [f2fs-dev] [PATCH] mkfs.f2fs: factor out feature table from mkfs.f2fs

2018-04-22 Thread Chao Yu
On 2018/4/20 4:56, Jaegeuk Kim wrote: > This patch makes feature bit work be global in f2fs-tools. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks, -- Check out

[f2fs-dev] [PATCH] mkfs.f2fs: factor out feature table from mkfs.f2fs

2018-04-19 Thread Jaegeuk Kim
This patch makes feature bit work be global in f2fs-tools. Signed-off-by: Jaegeuk Kim --- include/f2fs_fs.h | 77 + mkfs/f2fs_format_main.c | 67 ++- 2 files changed, 80 insertions(+), 64