[Pvfs2-cvs] commit by slang in pvfs2/src/common/gen-locks: gen-locks.h

CVS commit program cvs at parl.clemson.edu
Wed Apr 11 18:49:58 EDT 2007


Update of /projects/cvsroot/pvfs2/src/common/gen-locks
In directory parlweb1:/tmp/cvs-serv5206/src/common/gen-locks

Modified Files:
      Tag: WALT3
	gen-locks.h 
Log Message:
walt3 reverse merge from head includes merges of pw's sm changes (no state declarations), cleanup of state machine code, and other general merging/fixes.


Index: gen-locks.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/gen-locks/gen-locks.h,v
diff -p -u -r1.10.36.1 -r1.10.36.2
--- gen-locks.h	19 Oct 2006 22:16:48 -0000	1.10.36.1
+++ gen-locks.h	11 Apr 2007 22:49:58 -0000	1.10.36.2
@@ -70,16 +70,19 @@ typedef unsigned long gen_thread_t;
 static inline int gen_mutex_lock(
     gen_mutex_t * mutex_p)
 {
+    (void) mutex_p;
     return 0;
 }
 static inline int gen_mutex_unlock(
     gen_mutex_t * mutex_p)
 {
+    (void) mutex_p;
     return 0;
 }
 static inline int gen_mutex_trylock(
     gen_mutex_t * mutex_p)
 {
+    (void) mutex_p;
     return 0;
 }
 static inline gen_mutex_t *gen_mutex_build(



More information about the Pvfs2-cvs mailing list