[Pvfs2-cvs] commit by aching in pvfs2-1/test/perfbase/benchmarks: create-subdir-test.c create-test.c readdir-end-test.c

CVS commit program cvs at parl.clemson.edu
Mon Jul 21 14:22:50 EDT 2008


Update of /projects/cvsroot/pvfs2-1/test/perfbase/benchmarks
In directory parlweb1:/tmp/cvs-serv20547/test/perfbase/benchmarks

Modified Files:
      Tag: locking-branch
	create-subdir-test.c create-test.c readdir-end-test.c 
Log Message:

Reverse merged and ported to HEAD.


Index: create-subdir-test.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/perfbase/benchmarks/create-subdir-test.c,v
diff -p -u -r1.4 -r1.4.40.1
--- create-subdir-test.c	24 Mar 2006 20:49:07 -0000	1.4
+++ create-subdir-test.c	21 Jul 2008 18:22:49 -0000	1.4.40.1
@@ -158,7 +158,7 @@ int main(int argc, char **argv)
 		  test_util_start_timing();
 		  pvfs_error = PVFS_sys_create(test_file, mkdir_resp.ref,
 												 attr, &credentials,
-												 NULL, &create_resp);
+												 NULL, NULL, &create_resp);
 		  test_util_stop_timing();
 		  if(pvfs_error != 0)
 		  {

Index: create-test.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/perfbase/benchmarks/create-test.c,v
diff -p -u -r1.7 -r1.7.34.1
--- create-test.c	11 May 2006 20:48:07 -0000	1.7
+++ create-test.c	21 Jul 2008 18:22:49 -0000	1.7.34.1
@@ -148,7 +148,7 @@ int main(int argc, char **argv)
 		  test_util_start_timing();
 		  pvfs_error = PVFS_sys_create(test_file, lookup_resp.ref,
 												 attr, &credentials,
-												 NULL, &create_resp);
+												 NULL, NULL, &create_resp);
 		  test_util_stop_timing();
 		  if(pvfs_error != 0)
 		  {

Index: readdir-end-test.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/perfbase/benchmarks/readdir-end-test.c,v
diff -p -u -r1.3 -r1.3.40.1
--- readdir-end-test.c	24 Mar 2006 20:35:46 -0000	1.3
+++ readdir-end-test.c	21 Jul 2008 18:22:49 -0000	1.3.40.1
@@ -159,7 +159,7 @@ int main(int argc, char **argv)
 
 		  pvfs_error = PVFS_sys_create(test_file, mkdir_resp.ref,
 												 attr, &credentials,
-												 NULL, &create_resp);
+												 NULL, NULL, &create_resp);
 		  if(pvfs_error != 0)
 		  {
 				PVFS_perror("PVFS_sys_create", pvfs_error);



More information about the Pvfs2-cvs mailing list