Zheng Qixing wrote: > From: Zheng Qixing <[email protected]> > > 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 <[email protected]> > Reviewed-by: Yu Kuai <[email protected]> > Acked-by: Coly Li <[email protected]>
I'm not really sure this patch adds much. But for the nvdimm part. Acked-by: Ira Weiny <[email protected]> [snip]
