OpenAFS CVS Commit: openafs/src/rx by jaltman

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


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

Modified Files:
      Tag: openafs-devel-1_5_x
	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 DEVEL15-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 for openafs-devel-1_5_x follows ---
DEVEL15-rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx.c 1.97.2.47 1.97.2.48
DEVEL15-rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_conncache.c 1.10 1.10.8.1
DEVEL15-rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_event.c 1.18.4.3 1.18.4.4
DEVEL15-rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_misc.c 1.13.8.3 1.13.8.4
DEVEL15-rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_prototypes.h 1.29.4.16 1.29.4.17
DEVEL15-rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_pthread.c 1.24.4.7 1.24.4.8
DEVEL15-rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_pthread.h 1.5.6.1 1.5.6.2
DEVEL15-rx-afs-kmutex-kcondvar-20090113 openafs/src/rx/rx_user.c 1.24.4.10 1.24.4.11