From 315d914fca854ed96a8d43e0e6ec0e06ec4eab3a Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 4 Jul 2005 10:08:24 +0000 Subject: [PATCH] - disable "too long searching" in mballoc --- lustre/kernel_patches/patches/ext3-mballoc2-2.6.10-fc3.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b180172..0cdbd51 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 @@ -932,9 +932,9 @@ Index: linux-2.6.10/fs/ext3/mballoc.c + * We've been searching too long. Let's try to allocate + * the best chunk we've found so far + */ -+ ext3_warning(inode->i_sb, __FUNCTION__, ++ /*ext3_warning(inode->i_sb, __FUNCTION__, + "too long searching: got %d want %d\n", -+ ac.ac_b_ex.fe_len, ac.ac_g_ex.fe_len); ++ ac.ac_b_ex.fe_len, ac.ac_g_ex.fe_len);*/ + ext3_mb_try_best_found(&ac, &e3b); + if (ac.ac_status != AC_STATUS_FOUND) { + /* -- 1.8.3.1