diff options
Diffstat (limited to 'xlators/performance/nl-cache/src/nl-cache.h')
-rw-r--r-- | xlators/performance/nl-cache/src/nl-cache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/performance/nl-cache/src/nl-cache.h b/xlators/performance/nl-cache/src/nl-cache.h index e94641c40d0..10ec022d05c 100644 --- a/xlators/performance/nl-cache/src/nl-cache.h +++ b/xlators/performance/nl-cache/src/nl-cache.h @@ -170,4 +170,7 @@ nlc_clear_all_cache (xlator_t *this); void nlc_disable_cache (xlator_t *this); +void +nlc_lru_prune (xlator_t *this, inode_t *inode); + #endif /* __NL_CACHE_H__ */ |