[PVFS2-CVS]
commit by pcarns in pvfs2/src/apps/admin: pvfs2-import.c
CVS commit program
cvs at parl.clemson.edu
Wed Mar 24 23:23:38 EST 2004
Update of /projects/cvsroot/pvfs2/src/apps/admin
In directory parlweb:/tmp/cvs-serv13064/src/apps/admin
Modified Files:
pvfs2-import.c
Log Message:
added in stub for dist argument to sys_create(), must be set to NULL for
now. None of the other dist changes are in place, but I wanted to go ahead
and get this in for the next point release so we don't break compatibility
adding the sys_create() arg later
Index: pvfs2-import.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-import.c,v
diff -p -u -r1.51 -r1.52
--- pvfs2-import.c 24 Mar 2004 23:10:29 -0000 1.51
+++ pvfs2-import.c 25 Mar 2004 04:23:38 -0000 1.52
@@ -193,7 +193,7 @@ int main(int argc, char **argv)
memset(&resp_create, 0, sizeof(PVFS_sysresp_create));
ret = PVFS_sys_create(entry_name, parent_ref, attr,
- credentials, &resp_create);
+ credentials, NULL, &resp_create);
if (ret < 0)
{
PVFS_perror("PVFS_sys_create", ret);
More information about the PVFS2-CVS
mailing list