Whamcloud - gitweb
LU-1459 llite: Don't use unitialized variable
[fs/lustre-release.git] / lustre / kernel_patches / patches / vfs_intent-2.6-fc3.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;