[PVFS2-CVS] commit by neill in pvfs2/src/apps/kernel/linux: pvfs2-client-core.c

CVS commit program cvs at parl.clemson.edu
Thu Oct 28 18:04:29 EDT 2004


Update of /projects/cvsroot/pvfs2/src/apps/kernel/linux
In directory parlweb:/tmp/cvs-serv14662/src/apps/kernel/linux

Modified Files:
	pvfs2-client-core.c 
Log Message:
- some more experimentation with the readdir stuff from the vfs standpoint.
  shouldn't be any more broken than before, but it needs more work
- fixed vfs directory version type mismatch


Index: pvfs2-client-core.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/kernel/linux/pvfs2-client-core.c,v
diff -p -u -r1.39 -r1.40
--- pvfs2-client-core.c	25 Oct 2004 14:56:36 -0000	1.39
+++ pvfs2-client-core.c	28 Oct 2004 21:04:28 -0000	1.40
@@ -65,7 +65,7 @@
   developer and allows clean shutdown for valgrind debugging or
   getting core dumps.  this is NOT a supported run mode
 */
-/* #define STANDALONE_RUN_MODE */
+#define STANDALONE_RUN_MODE
 
 /*
   uncomment for timing of individual operation information to be
@@ -1219,7 +1219,7 @@ static PVFS_object_ref perform_lookup_on
         char buf[64];
         PVFS_strerror_r(ret, buf, 64);
 
-        gossip_err("*** Lookup failed in %s create failure path: %s",
+        gossip_err("*** Lookup failed in %s create failure path: %s\n",
                    (follow_link ? "file" : "symlink"), buf);
     }
     else



More information about the PVFS2-CVS mailing list