[PVFS2-CVS] commit by pcarns in pvfs2/test/kernel/linux-2.6:
pvfs2-client-core.c pvfs2-threaded-client-core.c
CVS commit program
cvs at parl.clemson.edu
Wed Mar 24 23:23:40 EST 2004
Update of /projects/cvsroot/pvfs2/test/kernel/linux-2.6
In directory parlweb:/tmp/cvs-serv13064/test/kernel/linux-2.6
Modified Files:
pvfs2-client-core.c pvfs2-threaded-client-core.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-client-core.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/kernel/linux-2.6/pvfs2-client-core.c,v
diff -p -u -r1.58 -r1.59
--- pvfs2-client-core.c 24 Mar 2004 23:10:35 -0000 1.58
+++ pvfs2-client-core.c 25 Mar 2004 04:23:40 -0000 1.59
@@ -127,7 +127,7 @@ static int service_create_request(
Lu(parent_refn.handle));
ret = PVFS_sys_create(in_upcall->req.create.d_name, parent_refn,
- *attrs, in_upcall->credentials, &response);
+ *attrs, in_upcall->credentials, NULL, &response);
if (ret < 0)
{
/*
Index: pvfs2-threaded-client-core.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/kernel/linux-2.6/pvfs2-threaded-client-core.c,v
diff -p -u -r1.2 -r1.3
--- pvfs2-threaded-client-core.c 24 Mar 2004 23:10:35 -0000 1.2
+++ pvfs2-threaded-client-core.c 25 Mar 2004 04:23:40 -0000 1.3
@@ -142,7 +142,7 @@ static int service_create_request(
Lu(parent_refn.handle));
ret = PVFS_sys_create(in_upcall->req.create.d_name, parent_refn,
- *attrs, in_upcall->credentials, &response);
+ *attrs, in_upcall->credentials, NULL, &response);
if (ret < 0)
{
/*
More information about the PVFS2-CVS
mailing list