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

CVS commit program cvs at parl.clemson.edu
Mon Aug 29 13:10:53 EDT 2005


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

Modified Files:
	pvfs2-client-core.c 
Log Message:
Applying Avery's memleak patch for flow descriptors in sys-io.sm.  Modified slightly to fix invalid free for flow descriptors.  Also made internal function in client core static to remove warnings.


Index: pvfs2-client-core.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/kernel/linux/pvfs2-client-core.c,v
diff -p -u -r1.48 -r1.49
--- pvfs2-client-core.c	2 Aug 2005 16:05:39 -0000	1.48
+++ pvfs2-client-core.c	29 Aug 2005 16:10:53 -0000	1.49
@@ -369,7 +369,7 @@ static void finalize_ops_in_progress_tab
     }
 }
 
-void *exec_remount(void *ptr)
+static void *exec_remount(void *ptr)
 {
     pthread_mutex_lock(&remount_mutex);
     /*



More information about the PVFS2-CVS mailing list