Re: [PATCH V2 10/12] badblocks: return boolean from badblocks_set() and badblocks_clear()
From: Ira Weiny
Date: Thu Feb 27 2025 - 10:14:49 EST
Zheng Qixing wrote:
> From: Zheng Qixing <zhengqixing@xxxxxxxxxx>
>
> Change the return type of badblocks_set() and badblocks_clear()
> from int to bool, indicating success or failure. Specifically:
>
> - _badblocks_set() and _badblocks_clear() functions now return
> true for success and false for failure.
> - All calls to these functions are updated to handle the new
> boolean return type.
> - This change improves code clarity and ensures a more consistent
> handling of success and failure states.
>
> Signed-off-by: Zheng Qixing <zhengqixing@xxxxxxxxxx>
> Reviewed-by: Yu Kuai <yukuai3@xxxxxxxxxx>
> Acked-by: Coly Li <colyli@xxxxxxxxxx>
I'm not really sure this patch adds much. But for the nvdimm part.
Acked-by: Ira Weiny <ira.weiny@xxxxxxxxx>
[snip]