[Pvfs2-cvs] commit by slang in pvfs2/test/io/description:
test-zero-fill.c
CVS commit program
cvs at parl.clemson.edu
Fri Jul 6 01:23:24 EDT 2007
Update of /projects/cvsroot/pvfs2/test/io/description
In directory parlweb1:/tmp/cvs-serv22962/test/io/description
Modified Files:
test-zero-fill.c
Log Message:
new layout parameter for PVFS_[i]sys_create
Index: test-zero-fill.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/io/description/test-zero-fill.c,v
diff -p -u -r1.3 -r1.4
--- test-zero-fill.c 6 Apr 2006 20:46:42 -0000 1.3
+++ test-zero-fill.c 6 Jul 2007 05:23:24 -0000 1.4
@@ -533,7 +533,7 @@ int main(int argc, char * argv[])
}
res = PVFS_sys_create(
- zerofill_fname, lookup_resp.ref, attr, &creds, dist, &create_resp);
+ zerofill_fname, lookup_resp.ref, attr, &creds, dist, NULL, &create_resp);
if(res < 0)
{
PVFS_perror("create failed with errcode", res);
More information about the Pvfs2-cvs
mailing list