回复: [PATCH v2] f2fs-tools: introduce set_node_footer to initialize node footer

2020-06-19 Thread Zac
> On 2020/6/19 14:37, 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 > > --- > > fsck/dir.c | 6 +- > > fsck/node.c| 9 +---

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

2020-06-19 Thread Chao Yu
On 2020/6/19 14:37, 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 > --- > fsck/dir.c | 6 +- > fsck/node.c| 9 + > include/f2fs_

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

2020-06-18 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 | 6 +- fsck/node.c| 9 + include/f2fs_fs.h | 20 mkfs/f2fs_format.c | 14 +