[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/kernel/linux-2.6: dcache.c

CVS commit program cvs at parl.clemson.edu
Fri Nov 13 17:00:00 EST 2009


Update of /projects/cvsroot/pvfs2-1/src/kernel/linux-2.6
In directory parlweb1:/tmp/cvs-serv15948/src/kernel/linux-2.6

Modified Files:
	dcache.c 
Log Message:
Reverting earlier commit to check what it does to the nightly builds
tonight.  Something broke on November 6th.


Index: dcache.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/kernel/linux-2.6/dcache.c,v
diff -p -u -r1.45 -r1.46
--- dcache.c	6 Nov 2009 20:48:43 -0000	1.45
+++ dcache.c	13 Nov 2009 22:00:00 -0000	1.46
@@ -189,7 +189,7 @@ static int pvfs2_d_revalidate(
 {
 
     if (nd && (nd->flags & LOOKUP_FOLLOW) &&
-        (!(nd->flags & LOOKUP_CREATE)))
+        (!nd->flags & LOOKUP_CREATE))
     {
         gossip_debug(GOSSIP_DCACHE_DEBUG,
                      "\n%s: Trusting intent; skipping getattr\n", __func__);



More information about the Pvfs2-cvs mailing list