On Sat, 2 Nov 2019 23:21:54 +0100 Amadeusz Sławiński <am...@asmblr.net> wrote:
> Optimize startup time, making closeallfiles() faster, by doing less > system calls. Instead of calling close for each possible file, use > poll() to check if file exist at all. On linux with open file limit set > to 1048576, it should do 1024 poll() calls instead of 1048576 close(). > > Bug: 55618 > > Signed-off-by: Amadeusz Sławiński <am...@asmblr.net> No comments, so pushed to master