[PVFS2-CVS]
commit by bradles in pvfs2/src/server: get-attr.sm io.sm set-attr.sm
CVS commit program
cvs at parl.clemson.edu
Mon May 17 12:57:35 EDT 2004
Update of /projects/cvsroot/pvfs2/src/server
In directory styx.parl.clemson.edu:/tmp/cvs-serv15311/server
Modified Files:
get-attr.sm io.sm set-attr.sm
Log Message:
Updates for distribution renamings.
Index: get-attr.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/get-attr.sm,v
diff -p -u -r1.57 -r1.58
--- get-attr.sm 3 May 2004 17:32:20 -0000 1.57
+++ get-attr.sm 17 May 2004 15:57:35 -0000 1.58
@@ -541,7 +541,7 @@ static int getattr_setup_resp(PINT_serve
if (resp_attr->mask & PVFS_ATTR_META_DIST)
{
assert(resp_attr->u.meta.dist);
- PINT_Dist_decode(resp_attr->u.meta.dist, NULL);
+ PINT_dist_decode(resp_attr->u.meta.dist, NULL);
gossip_debug(GOSSIP_GETATTR_DEBUG,
" also returning dist size of %d\n",
resp_attr->u.meta.dist_size);
Index: io.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/io.sm,v
diff -p -u -r1.48 -r1.49
--- io.sm 28 Apr 2004 21:22:52 -0000 1.48
+++ io.sm 17 May 2004 15:57:35 -0000 1.49
@@ -11,7 +11,6 @@
#include "server-config.h"
#include "pvfs2-server.h"
#include "pvfs2-attr.h"
-#include "pvfs-distribution.h"
#include "pvfs2-request.h"
#include "pint-distribution.h"
#include "pint-request.h"
Index: set-attr.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/set-attr.sm,v
diff -p -u -r1.45 -r1.46
--- set-attr.sm 18 Feb 2004 19:40:32 -0000 1.45
+++ set-attr.sm 17 May 2004 15:57:35 -0000 1.46
@@ -437,7 +437,7 @@ static int setattr_write_metafile_distri
s_op->val.buffer_sz = s_op->req->u.setattr.attr.u.meta.dist_size;
/* TODO: figure out if we need a different packing mechanism here */
- PINT_Dist_encode(NULL, s_op->req->u.setattr.attr.u.meta.dist);
+ PINT_dist_encode(NULL, s_op->req->u.setattr.attr.u.meta.dist);
gossip_debug(
GOSSIP_SERVER_DEBUG, " writing distribution (coll_id "
More information about the PVFS2-CVS
mailing list