From: alex Date: Thu, 4 Aug 2005 12:06:55 +0000 (+0000) Subject: - no more flooding X-Git-Tag: v1_7_100~1004 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=444ceb1e9fbfd7cd98dc2ebecc8f28543c0cd164;p=fs%2Flustre-release.git - no more flooding --- diff --git a/lustre/kernel_patches/patches/ext3-mballoc2-2.6.10-fc3.patch b/lustre/kernel_patches/patches/ext3-mballoc2-2.6.10-fc3.patch index 0cdbd51..2a4bc1f 100644 --- a/lustre/kernel_patches/patches/ext3-mballoc2-2.6.10-fc3.patch +++ b/lustre/kernel_patches/patches/ext3-mballoc2-2.6.10-fc3.patch @@ -942,7 +942,7 @@ Index: linux-2.6.10/fs/ext3/mballoc.c + * The only thing we can do is just take first + * found block(s) + */ -+ printk(KERN_ERR "EXT3-fs: and someone won our chunk\n"); ++ /*printk(KERN_ERR "EXT3-fs: and someone won our chunk\n");*/ + ac.ac_b_ex.fe_group = 0; + ac.ac_b_ex.fe_start = 0; + ac.ac_b_ex.fe_len = 0;