Re: [PATCH v4 06/11] monitor: release the lock before calling close()

2023-03-06 Thread Markus Armbruster
Markus Armbruster writes: > marcandre.lur...@redhat.com writes: > >> From: Marc-André Lureau >> >> As per comment, presumably to avoid syscall in critical section. >> >> Fixes: 0210c3b39bef08 ("monitor: Use LOCK_GUARD macros") >> Signed-off-by: Marc-André Lureau >> Reviewed-by: Philippe Mathieu

Re: [PATCH v4 06/11] monitor: release the lock before calling close()

2023-03-06 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > As per comment, presumably to avoid syscall in critical section. > > Fixes: 0210c3b39bef08 ("monitor: Use LOCK_GUARD macros") > Signed-off-by: Marc-André Lureau > Reviewed-by: Philippe Mathieu-Daudé > --- > monitor/fds.c | 5 +++