X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2Fext3-mballoc2-2.6.10-fc3.patch;h=0cdbd511ace994ed318e24bbbb15eb8be8277f1a;hp=b180172269591be472d071d8bd67dd8777367a82;hb=315d914fca854ed96a8d43e0e6ec0e06ec4eab3a;hpb=4527a65cc1a46740c8edee7557a3cdd7ce035d87 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) { + /*