On Tue, Apr 26, 2022 at 9:59 AM Peter Xu <[email protected]> wrote: > > On Mon, Apr 25, 2022 at 06:50:54PM -0300, Leonardo Bras wrote: > > Even though multifd_send_sync_main() currently emits error_reports, it's > > callers don't really check it before continuing. > > > > Change multifd_send_sync_main() to return -1 on error and 0 on success. > > Also change all it's callers to make use of this change and possibly fail > > earlier. > > > > (This change is important to next patch on multifd zero copy > > implementation, to make it sure an error in zero-copy flush does not go > > unnoticed. > > > > Signed-off-by: Leonardo Bras <[email protected]> > > Reviewed-by: Peter Xu <[email protected]> > > -- > Peter Xu >
Thanks Peter! Best regards, Leo
