Re: [f2fs-dev] [PATCH v5] f2fs: add async reset zone command support

2023-05-05 Thread Chao Yu
On 2023/5/4 11:26, Daejun Park wrote: v4 -> v5 Added f2fs iostat for zone reset command. v3 -> v4 Fixed build error caused by unused function. v2 -> v3 Modified arguments to be correct for ftrace parameter. Changed __submit_zone_reset_cmd to void return. Refactored the f2fs_wait_discard_bio fun

[f2fs-dev] [PATCH v5] f2fs: add async reset zone command support

2023-05-03 Thread Daejun Park
v4 -> v5 Added f2fs iostat for zone reset command. v3 -> v4 Fixed build error caused by unused function. v2 -> v3 Modified arguments to be correct for ftrace parameter. Changed __submit_zone_reset_cmd to void return. Refactored the f2fs_wait_discard_bio function. Fixed code that was previously in