On Mon, 2024-06-24 at 12:33 +0800, Geliang Tang wrote: > From: Geliang Tang <tanggeliang@xxxxxxxxxx> > > Server 1 fd should be closed in the error path when update_lookup_map() > fails. This patch fixes it by goto "close_srv1" instead of "detach" > lable in that case. > > Signed-off-by: Geliang Tang <tanggeliang@xxxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx>