From e54d96e4020907f1c769ae4e8588edaad3861a4f Mon Sep 17 00:00:00 2001 From: bwzhou Date: Thu, 31 Jan 2008 12:16:16 +0000 Subject: [PATCH] Branch HEAD 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.12.patch | 2 +- lustre/kernel_patches/patches/vfs_intent-2.6.18-vanilla.patch | 2 +- 6 files changed, 6 insertions(+), 6 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.12.patch b/lustre/kernel_patches/patches/vfs_intent-2.6.12.patch index 2e700ef..d1f53d8 100644 --- a/lustre/kernel_patches/patches/vfs_intent-2.6.12.patch +++ b/lustre/kernel_patches/patches/vfs_intent-2.6.12.patch @@ -137,7 +137,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.18-vanilla.patch b/lustre/kernel_patches/patches/vfs_intent-2.6.18-vanilla.patch index 1344b59..918bc9c4 100644 --- a/lustre/kernel_patches/patches/vfs_intent-2.6.18-vanilla.patch +++ b/lustre/kernel_patches/patches/vfs_intent-2.6.18-vanilla.patch @@ -213,7 +213,7 @@ Index: linux-2.6/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