[Pvfs2-cvs] commit by slang in pvfs2/src/apps/kernel/linux: pvfs2-client-core.c

CVS commit program cvs at parl.clemson.edu
Tue Dec 5 19:10:54 EST 2006


Update of /projects/cvsroot/pvfs2/src/apps/kernel/linux
In directory parlweb1:/tmp/cvs-serv6973/src/apps/kernel/linux

Modified Files:
      Tag: pvfs-2-6-branch
	pvfs2-client-core.c 
Log Message:
merge pw's fixes from HEAD that quiet warnings in non pthread scenario and include some headers that get missed otherwise.  Also fix some warnings that crept in.


Index: pvfs2-client-core.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/kernel/linux/pvfs2-client-core.c,v
diff -p -u -r1.77.6.1 -r1.77.6.2
--- pvfs2-client-core.c	4 Dec 2006 06:01:47 -0000	1.77.6.1
+++ pvfs2-client-core.c	6 Dec 2006 00:10:54 -0000	1.77.6.2
@@ -2902,7 +2902,7 @@ static PVFS_error process_vfs_requests(v
                (MAX_NUM_OPS * sizeof(vfs_request_t *)));
 
         ret = PVFS_sys_testsome(
-            op_id_array, &op_count, (void **)vfs_request_array,
+            op_id_array, &op_count, (void *)vfs_request_array,
             error_code_array, PVFS2_CLIENT_DEFAULT_TEST_TIMEOUT_MS);
 
         for(i = 0; i < op_count; i++)



More information about the Pvfs2-cvs mailing list