Re: [PATCH v3] f2fs-tools: introduce set_node_footer to initialize node footer

2020-06-19 Thread Chao Yu
On 2020/6/19 16:45, zhaowu...@wingtech.com wrote: > From: Wuyun Zhao > > the filesystem will use the cold flag, so deal with it to avoid > potential issue of inconsistency > > Signed-off-by: Wuyun Zhao Reviewed-by: Chao Yu Thanks,

[PATCH v3] f2fs-tools: introduce set_node_footer to initialize node footer

2020-06-19 Thread zhaowuyun
From: Wuyun Zhao the filesystem will use the cold flag, so deal with it to avoid potential issue of inconsistency Signed-off-by: Wuyun Zhao --- fsck/dir.c | 7 ++- fsck/node.c| 12 +--- include/f2fs_fs.h | 23 +++ mkfs/f2fs_format.c | 34 ++