Skip to content
Snippets Groups Projects
Commit e54d96e4 authored by bwzhou's avatar bwzhou
Browse files

Branch HEAD

b=14721
r=johann, scjody

Quiet "excessive revalidate_it loops" message
parent e7df55cc
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
+ counter++; + counter++;
+ if (counter < 10) + if (counter < 10)
+ goto revalidate_again; + goto revalidate_again;
+ printk("excessive revalidate_it loops\n"); + //printk("excessive revalidate_it loops\n");
+ return -ESTALE; + return -ESTALE;
+ } + }
+ return 0; + return 0;
......
...@@ -257,7 +257,7 @@ Index: linux-2.6.15-fc5/fs/namei.c ...@@ -257,7 +257,7 @@ Index: linux-2.6.15-fc5/fs/namei.c
+ counter++; + counter++;
+ if (counter < 10) + if (counter < 10)
+ goto revalidate_again; + goto revalidate_again;
+ printk("excessive revalidate_it loops\n"); + //printk("excessive revalidate_it loops\n");
+ return -ESTALE; + return -ESTALE;
+ } + }
+ return 0; + return 0;
......
...@@ -164,7 +164,7 @@ diff -rup RH_2_6_9_55.orig/fs/namei.c RH_2_6_9_55/fs/namei.c ...@@ -164,7 +164,7 @@ diff -rup RH_2_6_9_55.orig/fs/namei.c RH_2_6_9_55/fs/namei.c
+ counter++; + counter++;
+ if (counter < 10) + if (counter < 10)
+ goto revalidate_again; + goto revalidate_again;
+ printk("excessive revalidate_it loops\n"); + //printk("excessive revalidate_it loops\n");
+ return -ESTALE; + return -ESTALE;
+ } + }
+ return 0; + return 0;
......
...@@ -198,7 +198,7 @@ Index: LINUX-SRC-TREE/fs/namei.c ...@@ -198,7 +198,7 @@ Index: LINUX-SRC-TREE/fs/namei.c
+ counter++; + counter++;
+ if (counter < 10) + if (counter < 10)
+ goto revalidate_again; + goto revalidate_again;
+ printk("excessive revalidate_it loops\n"); + //printk("excessive revalidate_it loops\n");
+ return -ESTALE; + return -ESTALE;
+ } + }
+ return 0; + return 0;
......
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
+ counter++; + counter++;
+ if (counter < 10) + if (counter < 10)
+ goto revalidate_again; + goto revalidate_again;
+ printk("excessive revalidate_it loops\n"); + //printk("excessive revalidate_it loops\n");
+ return -ESTALE; + return -ESTALE;
+ } + }
+ return 0; + return 0;
......
...@@ -213,7 +213,7 @@ Index: linux-2.6/fs/namei.c ...@@ -213,7 +213,7 @@ Index: linux-2.6/fs/namei.c
+ counter++; + counter++;
+ if (counter < 10) + if (counter < 10)
+ goto revalidate_again; + goto revalidate_again;
+ printk("excessive revalidate_it loops\n"); + //printk("excessive revalidate_it loops\n");
+ return -ESTALE; + return -ESTALE;
+ } + }
+ return 0; + return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment