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

2023-05-03 Thread Chao Yu
On 2023/5/2 12:16, Daejun Park wrote: Changelog: 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

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

2023-05-01 Thread Daejun Park
Changelog: 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 incorrectly merged. v1 -> v2 Changed to a