01/08/2021 19:53, John Levon:
> When closing file descriptors post-fork, ignore "." and ".." directory
> entries, so the test log doesn't have distracting errors like:
>
> Error converting name fd 0 .:
> Error converting name fd 0 ..:
>
> Signed-off-by: John Levon
Applied, thanks.
For info, wh
When closing file descriptors post-fork, ignore "." and ".." directory
entries, so the test log doesn't have distracting errors like:
Error converting name fd 0 .:
Error converting name fd 0 ..:
Signed-off-by: John Levon
---
app/test/process.h | 5 +
1 file changed, 5 insertions(+)
diff --
26/07/2021 14:17, John Levon:
> When closing file descriptors post-fork, ignore "." and ".."
> directory entries.
>
> Signed-off-by: John Levon
Please could you add an example of the noise in the commit explanation?
Thanks
When closing file descriptors post-fork, ignore "." and ".."
directory entries.
Signed-off-by: John Levon
---
app/test/process.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/app/test/process.h b/app/test/process.h
index 0ed91a939e..5b10cf64df 100644
--- a/app/test/process.h
+++ b/app
4 matches
Mail list logo