Re: [PATCH v2 3/6] util/async-teardown: Fall back to close fds one by one

2023-06-19 Thread Richard Henderson
On 6/16/23 17:27, Bin Meng wrote: When opening /proc/self/fd fails, current codes just return directly, but we can fall back to close fds one by one. Signed-off-by: Bin Meng --- (no changes since v1) util/async-teardown.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --g

[PATCH v2 3/6] util/async-teardown: Fall back to close fds one by one

2023-06-16 Thread Bin Meng
When opening /proc/self/fd fails, current codes just return directly, but we can fall back to close fds one by one. Signed-off-by: Bin Meng --- (no changes since v1) util/async-teardown.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/util/async-teardown.c b/util/asyn