From 011f07b78096c9d6f12dfe766a04173f5390a7bb Mon Sep 17 00:00:00 2001 From: vitaly Date: Mon, 10 Aug 2009 10:53:34 +0000 Subject: [PATCH] Branch HEAD b=17545 reverting the patch --- lustre/llite/dcache.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/llite/dcache.c b/lustre/llite/dcache.c index 1a4a33f..d685990 100644 --- a/lustre/llite/dcache.c +++ b/lustre/llite/dcache.c @@ -387,9 +387,6 @@ int ll_revalidate_it(struct dentry *de, int lookup_flags, GOTO(out_sa, rc); } - if ((de->d_flags & DCACHE_LUSTRE_INVALID) == 0) - GOTO(out_sa, rc = 1); - /* Never execute intents for mount points. * Attributes will be fixed up in ll_inode_revalidate_it */ if (d_mountpoint(de)) -- 1.8.3.1