diff options
Diffstat (limited to 'xlators/performance/readdir-ahead/src/readdir-ahead.h')
-rw-r--r-- | xlators/performance/readdir-ahead/src/readdir-ahead.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/readdir-ahead/src/readdir-ahead.h b/xlators/performance/readdir-ahead/src/readdir-ahead.h index 8c663e091f1..dda1a69246c 100644 --- a/xlators/performance/readdir-ahead/src/readdir-ahead.h +++ b/xlators/performance/readdir-ahead/src/readdir-ahead.h @@ -44,7 +44,7 @@ struct rda_priv { uint64_t rda_low_wmark; uint64_t rda_high_wmark; uint64_t rda_cache_limit; - uint64_t rda_cache_size; + gf_atomic_t rda_cache_size; }; #endif /* __READDIR_AHEAD_H */ |