From 8747f4fc5367a8fd125a0b3f38384d011696da10 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 8 Jun 2005 20:17:40 +0000 Subject: [PATCH] Branch b1_4 Disable too-verbose debug message. b=6449 --- ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch | 2 +- ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch | 2 +- lustre/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch | 2 +- lustre/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch b/ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch index 4de2b32..cd6a3ad 100644 --- a/ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch +++ b/ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch @@ -932,7 +932,7 @@ Index: linux-2.6.5-suse/fs/ext3/mballoc.c + * We've been searching too long. Let's try to allocate + * the best chunk we've found so far + */ -+ printk(KERN_ERR "EXT3-fs: too long searching (%d/%d)\n", ++ ext3_debug("too long searching (%d/%d)\n", + 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) { diff --git a/ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch b/ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch index dc6ffe3..c49605f 100644 --- a/ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch +++ b/ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch @@ -932,7 +932,7 @@ Index: linux-stage/fs/ext3/mballoc.c + * We've been searching too long. Let's try to allocate + * the best chunk we've found so far + */ -+ printk(KERN_ERR "EXT3-fs: too long searching (%d/%d)\n", ++ ext3_debug("too long searching (%d/%d)\n", + 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) { diff --git a/lustre/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch b/lustre/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch index 4de2b32..cd6a3ad 100644 --- a/lustre/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch +++ b/lustre/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch @@ -932,7 +932,7 @@ Index: linux-2.6.5-suse/fs/ext3/mballoc.c + * We've been searching too long. Let's try to allocate + * the best chunk we've found so far + */ -+ printk(KERN_ERR "EXT3-fs: too long searching (%d/%d)\n", ++ ext3_debug("too long searching (%d/%d)\n", + 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) { diff --git a/lustre/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch b/lustre/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch index dc6ffe3..c49605f 100644 --- a/lustre/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch +++ b/lustre/kernel_patches/patches/ext3-mballoc2-2.6.9-rhel4.patch @@ -932,7 +932,7 @@ Index: linux-stage/fs/ext3/mballoc.c + * We've been searching too long. Let's try to allocate + * the best chunk we've found so far + */ -+ printk(KERN_ERR "EXT3-fs: too long searching (%d/%d)\n", ++ ext3_debug("too long searching (%d/%d)\n", + 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