summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stat_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stat_cache.c b/src/stat_cache.c
index 3f7c034b..2b31430b 100644
--- a/src/stat_cache.c
+++ b/src/stat_cache.c
@@ -50,6 +50,7 @@ typedef struct stat_cache {
static stat_cache sc;
+__attribute_noinline__
static void * stat_cache_sptree_find(splay_tree ** const sptree,
const char * const name,
uint32_t len)