Re: [PATCH] qemu: Jump to cleanup label on umount failure

2023-02-07 Thread Michal Prívozník
On 2/6/23 19:08, Jim Fehlig wrote: > Similar to other error paths in qemuDomainUnshareNamespace(), jump to > the cleanup label on umount error instead of directly returning -1. > > Signed-off-by: Jim Fehlig > --- > > I noticed this while looking at a bug report containing the error. ATM I'm not

[PATCH] qemu: Jump to cleanup label on umount failure

2023-02-06 Thread Jim Fehlig
Similar to other error paths in qemuDomainUnshareNamespace(), jump to the cleanup label on umount error instead of directly returning -1. Signed-off-by: Jim Fehlig --- I noticed this while looking at a bug report containing the error. ATM I'm not sure why the umount failed, but have asked for