Whamcloud - gitweb
Branch HEAD
authorbwzhou <bwzhou>
Thu, 31 Jan 2008 12:16:16 +0000 (12:16 +0000)
committerbwzhou <bwzhou>
Thu, 31 Jan 2008 12:16:16 +0000 (12:16 +0000)
b=14721
r=johann, scjody

Quiet "excessive revalidate_it loops" message

lustre/kernel_patches/patches/vfs_intent-2.6-fc3.patch
lustre/kernel_patches/patches/vfs_intent-2.6-fc5.patch
lustre/kernel_patches/patches/vfs_intent-2.6-rhel4.patch
lustre/kernel_patches/patches/vfs_intent-2.6-sles10.patch
lustre/kernel_patches/patches/vfs_intent-2.6.12.patch
lustre/kernel_patches/patches/vfs_intent-2.6.18-vanilla.patch

index 234e6ca..77631da 100644 (file)
 +              counter++;
 +              if (counter < 10)
 +                      goto revalidate_again;
-+              printk("excessive revalidate_it loops\n");
++              //printk("excessive revalidate_it loops\n");
 +              return -ESTALE;
 +      }
 +      return 0;
index 4961d1b..ac628b9 100644 (file)
@@ -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;
index b5aa18b..ee655c3 100644 (file)
@@ -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;
index 9071314..f153069 100644 (file)
@@ -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;
index 2e700ef..d1f53d8 100644 (file)
 +              counter++;
 +              if (counter < 10)
 +                      goto revalidate_again;
-+              printk("excessive revalidate_it loops\n");
++              //printk("excessive revalidate_it loops\n");
 +              return -ESTALE;
 +      }
 +      return 0;
index 1344b59..918bc9c 100644 (file)
@@ -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;