Hi Francois, Thank you for the patch.
On Sun, May 24, 2026 at 21:25, Francois Berder <[email protected]> wrote: > blk_dwrite() returns the number of blocks written. > The code was only checking if the return value was different > than 0. Hence, partial writes were considered successful. > Fix blk_dwrite error handling by checking that all blocks > are written. > > Signed-off-by: Francois Berder <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > ---

