Whamcloud - gitweb
Branch b1_6
authorbwzhou <bwzhou>
Thu, 31 Jan 2008 05:36:58 +0000 (05:36 +0000)
committerbwzhou <bwzhou>
Thu, 31 Jan 2008 05:36:58 +0000 (05:36 +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-suse.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 1d87227..862b94f 100644 (file)
@@ -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;