[Pvfs2-cvs] commit by slang in pvfs2/src/common/misc: pvfs2-debug.c

CVS commit program cvs at parl.clemson.edu
Fri Mar 9 16:13:23 EST 2007


Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb1:/tmp/cvs-serv18164/src/common/misc

Modified Files:
	pvfs2-debug.c 
Log Message:
data corruption fixes caused by sync coalescing zeroing the error code (EEXIST) for failed crdirents getting added to the coalesce queue.  Also added some debug statements.


Index: pvfs2-debug.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/pvfs2-debug.c,v
diff -p -u -r1.48 -r1.49
--- pvfs2-debug.c	6 Dec 2006 16:06:09 -0000	1.48
+++ pvfs2-debug.c	9 Mar 2007 21:13:23 -0000	1.49
@@ -108,6 +108,7 @@ static __keyword_mask_t s_keyword_mask_m
     { "dev", GOSSIP_DEV_DEBUG },
     /* Debug the fsck tool */
     { "fsck", GOSSIP_FSCK_DEBUG },
+    { "bstream", GOSSIP_BSTREAM_DEBUG },
     /* Everything except the periodic events.  Useful for debugging */
     { "verbose",
       (__DEBUG_ALL & ~(GOSSIP_PERFCOUNTER_DEBUG | GOSSIP_STATE_MACHINE_DEBUG))



More information about the Pvfs2-cvs mailing list