On Mon, Jun 17, 2024 at 12:13 PM Maxime Coquelin <[email protected]> wrote: > > A missing return statement in fdset_add() was making > the error path to be systematically executed, this patch > adds it back. > > Bugzilla ID: 1462 > Fixes: 0e38b42bf61c ("vhost: manage FD with epoll")
It looks like the initial code was better ;-). > > Reported-by: Jiang Yu <[email protected]> > Signed-off-by: Maxime Coquelin <[email protected]> Reviewed-by: David Marchand <[email protected]> Applied directly in main for rc1, thanks. -- David Marchand

