X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2Fvfs_intent-2.6-fc5.patch;h=ac628b922febb64f05e864cf582488ddda744ada;hb=59a81cdb1d8ea8372f0e4fa2fb56cd7406cb8c10;hp=4961d1b524bc02b4914dcb373d6f30d00cd1c405;hpb=113303973ec9f8484eb2355a1a6ef3c4c7fd6a56;p=fs%2Flustre-release.git 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;