Re: [f2fs-dev] [PATCH v5 3/8] libf2fs_zoned: Introduce f2fs_reset_zone() helper function

2019-10-22 Thread Shinichiro Kawasaki
On Oct 22, 2019 / 17:24, Chao Yu wrote: > On 2019/10/22 17:10, Damien Le Moal wrote: > > On 2019/10/22 17:59, Chao Yu wrote: > >> On 2019/10/18 14:37, Shin'ichiro Kawasaki wrote: > >>> To prepare for write pointer consistency fix by fsck, add > >>> f2fs_reset_zone() helper function which calls

Re: [f2fs-dev] [PATCH v5 3/8] libf2fs_zoned: Introduce f2fs_reset_zone() helper function

2019-10-22 Thread Chao Yu
On 2019/10/22 17:10, Damien Le Moal wrote: > On 2019/10/22 17:59, Chao Yu wrote: >> On 2019/10/18 14:37, Shin'ichiro Kawasaki wrote: >>> To prepare for write pointer consistency fix by fsck, add >>> f2fs_reset_zone() helper function which calls RESET ZONE command. The >>> function is added to

Re: [f2fs-dev] [PATCH v5 3/8] libf2fs_zoned: Introduce f2fs_reset_zone() helper function

2019-10-22 Thread Damien Le Moal
On 2019/10/22 17:59, Chao Yu wrote: > On 2019/10/18 14:37, Shin'ichiro Kawasaki wrote: >> To prepare for write pointer consistency fix by fsck, add >> f2fs_reset_zone() helper function which calls RESET ZONE command. The >> function is added to lib/libf2fs_zoned which gathers zoned block device >>

Re: [f2fs-dev] [PATCH v5 3/8] libf2fs_zoned: Introduce f2fs_reset_zone() helper function

2019-10-22 Thread Chao Yu
On 2019/10/18 14:37, Shin'ichiro Kawasaki wrote: > To prepare for write pointer consistency fix by fsck, add > f2fs_reset_zone() helper function which calls RESET ZONE command. The > function is added to lib/libf2fs_zoned which gathers zoned block device > related functions. > > Signed-off-by:

[f2fs-dev] [PATCH v5 3/8] libf2fs_zoned: Introduce f2fs_reset_zone() helper function

2019-10-18 Thread Shin'ichiro Kawasaki
To prepare for write pointer consistency fix by fsck, add f2fs_reset_zone() helper function which calls RESET ZONE command. The function is added to lib/libf2fs_zoned which gathers zoned block device related functions. Signed-off-by: Shin'ichiro Kawasaki --- include/f2fs_fs.h | 1 +