[Pvfs2-cvs] commit by rzhong in pvfs2/src/proto: pvfs2-req-proto.h

CVS commit program cvs at parl.clemson.edu
Thu Aug 28 16:38:33 EDT 2008


Update of /projects/cvsroot/pvfs2/src/proto
In directory parlweb1:/tmp/cvs-serv25877/src/proto

Modified Files:
      Tag: rongrong
	pvfs2-req-proto.h 
Log Message:
fixed a race condition between the cond_wait and signal in db-rep-send.sm
fixed some memory leak


Index: pvfs2-req-proto.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/proto/pvfs2-req-proto.h,v
diff -p -u -r1.154.2.5 -r1.154.2.6
--- pvfs2-req-proto.h	22 Aug 2008 22:15:10 -0000	1.154.2.5
+++ pvfs2-req-proto.h	28 Aug 2008 20:38:33 -0000	1.154.2.6
@@ -141,7 +141,7 @@ enum PVFS_server_op
 /* max number of handles for which we return attributes */
 #define PVFS_REQ_LIMIT_LISTATTR 64
 /*Rongrong*/
-#define PVFS_REQ_LIMIT_DBREP 15 * 1024
+#define PVFS_REQ_LIMIT_DBREP 64 * 1024
 /* create *********************************************************/
 /* - used to create new metafile and datafile objects */
 



More information about the Pvfs2-cvs mailing list