Zheng Qixing wrote: > From: Zheng Qixing <zhengqix...@huawei.com> > > 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 <zhengqix...@huawei.com> > Reviewed-by: Yu Kuai <yuku...@huawei.com> > Acked-by: Coly Li <col...@kernel.org>
I'm not really sure this patch adds much. But for the nvdimm part. Acked-by: Ira Weiny <ira.we...@intel.com> [snip]