On 30/7/24 14:24, Clément Léger wrote:
The same code is used twice to actually close all open file descriptors after forking. Factorize it in a single place.Signed-off-by: Clément Léger <cle...@rivosinc.com> --- net/tap.c | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>