[Pvfs2-cvs] commit by pcarns in pvfs2-1/include: pvfs2-types.h
CVS commit program
cvs at parl.clemson.edu
Tue May 20 16:41:35 EDT 2008
Update of /projects/cvsroot/pvfs2-1/include
In directory parlweb1:/tmp/cvs-serv1606/include
Modified Files:
Tag: small-file-branch
pvfs2-types.h
Log Message:
account for extra size possibly needed in create request to account for
layout information
Index: pvfs2-types.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/include/pvfs2-types.h,v
diff -p -u -r1.147.2.7 -r1.147.2.8
--- pvfs2-types.h 15 May 2008 20:51:37 -0000 1.147.2.7
+++ pvfs2-types.h 20 May 2008 20:41:35 -0000 1.147.2.8
@@ -230,6 +230,8 @@ endecode_fields_3(
enum, algorithm,
skip4,,
PVFS_sys_server_list, server_list)
+#define extra_size_PVFS_sys_layout \
+ (PVFS_REQ_LIMIT_DFILE_COUNT * sizeof(PVFS_BMI_addr_t))
/* predefined special values for types */
#define PVFS_HANDLE_NULL ((PVFS_handle)0)
More information about the Pvfs2-cvs
mailing list