From: wangdi Date: Fri, 2 May 2003 11:20:31 +0000 (+0000) Subject: fix a flaw in linux-2.4.20-xattr-0.8.54-chaos.patch X-Git-Tag: v1_7_100~1^92~16 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7f783ba949896edfbc9737119d972bcc73da27d5;p=fs%2Flustre-release.git fix a flaw in linux-2.4.20-xattr-0.8.54-chaos.patch --- diff --git a/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54-chaos.patch b/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54-chaos.patch index fcba456..ce2c9ce 100644 --- a/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54-chaos.patch +++ b/lustre/kernel_patches/patches/linux-2.4.20-xattr-0.8.54-chaos.patch @@ -5507,7 +5507,7 @@ 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