Whamcloud - gitweb
LU-6142 fld: remove fci_no_shrink field.
[fs/lustre-release.git] / lustre / fld / fld_cache.c
index f638e0d..482fd10 100644 (file)
@@ -386,8 +386,7 @@ int fld_cache_insert_nolock(struct fld_cache *cache,
         * insertion loop.
         */
 
-       if (!cache->fci_no_shrink)
-               fld_cache_shrink(cache);
+       fld_cache_shrink(cache);
 
        head = &cache->fci_entries_head;