From 9e037659402d1bf2c972908575286d9d7d941964 Mon Sep 17 00:00:00 2001 From: bwzhou Date: Thu, 31 Jan 2008 05:36:58 +0000 Subject: [PATCH] Branch b1_6 b=14721 r=johann, scjody Quiet "excessive revalidate_it loops" message --- lustre/kernel_patches/patches/vfs_intent-2.6-fc3.patch | 2 +- lustre/kernel_patches/patches/vfs_intent-2.6-fc5.patch | 2 +- lustre/kernel_patches/patches/vfs_intent-2.6-rhel4.patch | 2 +- lustre/kernel_patches/patches/vfs_intent-2.6-sles10.patch | 2 +- lustre/kernel_patches/patches/vfs_intent-2.6-suse.patch | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lustre/kernel_patches/patches/vfs_intent-2.6-fc3.patch b/lustre/kernel_patches/patches/vfs_intent-2.6-fc3.patch index 234e6ca..77631da 100644 --- a/lustre/kernel_patches/patches/vfs_intent-2.6-fc3.patch +++ b/lustre/kernel_patches/patches/vfs_intent-2.6-fc3.patch @@ -139,7 +139,7 @@ + counter++; + if (counter < 10) + goto revalidate_again; -+ printk("excessive revalidate_it loops\n"); ++ //printk("excessive revalidate_it loops\n"); + return -ESTALE; + } + return 0; diff --git a/lustre/kernel_patches/patches/vfs_intent-2.6-fc5.patch b/lustre/kernel_patches/patches/vfs_intent-2.6-fc5.patch index 4961d1b..ac628b9 100644 --- a/lustre/kernel_patches/patches/vfs_intent-2.6-fc5.patch +++ b/lustre/kernel_patches/patches/vfs_intent-2.6-fc5.patch @@ -257,7 +257,7 @@ Index: linux-2.6.15-fc5/fs/namei.c + counter++; + if (counter < 10) + goto revalidate_again; -+ printk("excessive revalidate_it loops\n"); ++ //printk("excessive revalidate_it loops\n"); + return -ESTALE; + } + return 0; diff --git a/lustre/kernel_patches/patches/vfs_intent-2.6-rhel4.patch b/lustre/kernel_patches/patches/vfs_intent-2.6-rhel4.patch index b5aa18b..ee655c3 100644 --- a/lustre/kernel_patches/patches/vfs_intent-2.6-rhel4.patch +++ b/lustre/kernel_patches/patches/vfs_intent-2.6-rhel4.patch @@ -164,7 +164,7 @@ diff -rup RH_2_6_9_55.orig/fs/namei.c RH_2_6_9_55/fs/namei.c + counter++; + if (counter < 10) + goto revalidate_again; -+ printk("excessive revalidate_it loops\n"); ++ //printk("excessive revalidate_it loops\n"); + return -ESTALE; + } + return 0; diff --git a/lustre/kernel_patches/patches/vfs_intent-2.6-sles10.patch b/lustre/kernel_patches/patches/vfs_intent-2.6-sles10.patch index 9071314..f153069 100644 --- a/lustre/kernel_patches/patches/vfs_intent-2.6-sles10.patch +++ b/lustre/kernel_patches/patches/vfs_intent-2.6-sles10.patch @@ -198,7 +198,7 @@ Index: LINUX-SRC-TREE/fs/namei.c + counter++; + if (counter < 10) + goto revalidate_again; -+ printk("excessive revalidate_it loops\n"); ++ //printk("excessive revalidate_it loops\n"); + return -ESTALE; + } + return 0; diff --git a/lustre/kernel_patches/patches/vfs_intent-2.6-suse.patch b/lustre/kernel_patches/patches/vfs_intent-2.6-suse.patch index 1d87227..862b94f 100644 --- a/lustre/kernel_patches/patches/vfs_intent-2.6-suse.patch +++ b/lustre/kernel_patches/patches/vfs_intent-2.6-suse.patch @@ -117,7 +117,7 @@ Index: linux-2.6.5-12.1/fs/namei.c + counter++; + if (counter < 10) + goto revalidate_again; -+ printk("excessive revalidate_it loops\n"); ++ //printk("excessive revalidate_it loops\n"); + return -ESTALE; + } + return 0; -- 1.8.3.1