OpenAFS CVS Commit: openafs/src/rx by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Wed, 14 Jan 2009 01:34:09 EST


Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-head/src/rx

Modified Files:
	rx.c rx_conncache.c rx_event.c rx_misc.c rx_prototypes.h 
	rx_pthread.c rx_pthread.h rx_user.c 
Log Message:
DELTA rx-afs-kmutex-kcondvar-20090113
AUTHOR jaltman@your-file-system.com
LICENSE BSD

The rx_pthread.h defines afs_kcondvar_t and afs_kmutex_t but 
their use throughout the rx library is inconsistent.  Sometimes
they are used, other times pthread_cond_t and pthread_mutex_t.

This commit ensures that afs_kmutex_t and afs_kcondvar_t are 
used consistently.  



--- DELTA config follows ---
rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx.c 1.156 1.157
rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_conncache.c 1.11 1.12
rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_event.c 1.22 1.23
rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_misc.c 1.18 1.19
rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_prototypes.h 1.46 1.47
rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_pthread.c 1.35 1.36
rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_pthread.h 1.8 1.9
rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_user.c 1.41 1.42