[Pvfs2-cvs] commit by vilayann in pvfs2-1/test/correctness/pts:
test-path-lookup.c
CVS commit program
cvs at parl.clemson.edu
Wed Aug 9 16:18:04 EDT 2006
Update of /projects/cvsroot/pvfs2-1/test/correctness/pts
In directory parlweb1:/tmp/cvs-serv7687/test/correctness/pts
Modified Files:
Tag: posix-extensions-branch
test-path-lookup.c
Log Message:
Reverse merge changes from HEAD to posix-extensions-branch.
Index: test-path-lookup.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/correctness/pts/test-path-lookup.c,v
diff -p -u -r1.13 -r1.13.8.1
--- test-path-lookup.c 11 Nov 2005 21:31:13 -0000 1.13
+++ test-path-lookup.c 9 Aug 2006 20:18:03 -0000 1.13.8.1
@@ -36,7 +36,7 @@ static int build_nested_path(
PVFS_sysresp_mkdir mkdir_resp;
PVFS_sysresp_symlink symlink_resp;
char PATH_LOOKUP_BASE_DIR[64] = {0};
- PVFS_object_ref root_refn, parent_refn, base_refn;
+ PVFS_object_ref root_refn = {0,0}, parent_refn = {0,0}, base_refn = {0,0};
PVFS_object_ref *newdir_refns = NULL;
PVFS_object_ref *lookup_refns = NULL;
PVFS_object_ref *rsymlink_refns = NULL;
More information about the Pvfs2-cvs
mailing list