On 7/30/24 22: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: Richard Henderson <richard.hender...@linaro.org> r~