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

2023-06-25 Thread Bin Meng
On 2023/6/19 17:18:23, "Claudio Imbrenda" wrote: On Sat, 17 Jun 2023 13:36:18 +0800 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 v2) Changes in v2:

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

2023-06-19 Thread Claudio Imbrenda
On Sat, 17 Jun 2023 13:36:18 +0800 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 v2) > > Changes in v2: > - new patch: "util/async-teardown: Fal

[PATCH v3 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 v2) Changes in v2: - new patch: "util/async-teardown: Fall back to close fds one by one" util/async-teardown.c | 6 +- 1 file