summaryrefslogtreecommitdiff
path: root/acl.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-02-07 01:05:56 -0500
committerRiku Voipio <riku.voipio@nokia.com>2011-02-09 10:33:54 +0200
commit2296f194dfde4c0a54f249d3fdb8c8ca21dc611b (patch)
tree1d3951bddc0537529738b04f780c7c2be2631eec /acl.h
parent737de1d1357b13f162b26ca0b775eb375594833a (diff)
downloadqemu-2296f194dfde4c0a54f249d3fdb8c8ca21dc611b.tar.gz
user: speed up init_paths a bit
The current init_paths code will attempt to opendir() every single file it finds. This can obviously generated a huge number of syscalls with even a moderately small sysroot that will fail. Since the readdir() call provides the file type in the struct itself, use it. On my system, this prevents over 1000 syscalls from being made at every invocation of a target binary, and I only have a C library installed. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
Diffstat (limited to 'acl.h')
0 files changed, 0 insertions, 0 deletions