Whamcloud - gitweb
fix a flaw in linux-2.4.20-xattr-0.8.54-chaos.patch
authorwangdi <wangdi>
Fri, 2 May 2003 11:20:31 +0000 (11:20 +0000)
committerwangdi <wangdi>
Fri, 2 May 2003 11:20:31 +0000 (11:20 +0000)
lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54-chaos.patch

index fcba456..ce2c9ce 100644 (file)
        ret += shrink_dcache_memory(DEF_PRIORITY, gfp_mask);
        ret += shrink_icache_memory(DEF_PRIORITY, gfp_mask);
 -      // ret += shrink_other_caches(DEF_PRIORITY, gfp_mask); 
-+      ret += shrink_other_caches(DEF_PRIORITY, gfp_mask); 
++      shrink_other_caches(DEF_PRIORITY, gfp_mask); 
  #ifdef CONFIG_QUOTA
        ret += shrink_dqcache_memory(DEF_PRIORITY, gfp_mask);
  #endif