From 444ceb1e9fbfd7cd98dc2ebecc8f28543c0cd164 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 4 Aug 2005 12:06:55 +0000 Subject: [PATCH] - no more flooding --- lustre/kernel_patches/patches/ext3-mballoc2-2.6.10-fc3.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1