]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-rx-afs-kmutex-kcondvar-20090113
authorJeffrey Altman <jaltman@your-file-system.com>
Wed, 14 Jan 2009 06:34:19 +0000 (06:34 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 14 Jan 2009 06:34:19 +0000 (06:34 +0000)
commit3b4463520bad9161cb9d63a8477bd23f9d1f9713
tree73ac266f36587332059daf30bc8e764650b9df9a
parenta45731978358557750ed3dbd71215f2d66cbc9a0
DEVEL15-rx-afs-kmutex-kcondvar-20090113

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.

(cherry picked from commit 3394644531fb89b02ffbe0c10f4a51c3a4169a39)
src/rx/rx.c
src/rx/rx_conncache.c
src/rx/rx_event.c
src/rx/rx_misc.c
src/rx/rx_prototypes.h
src/rx/rx_pthread.c
src/rx/rx_pthread.h
src/rx/rx_user.c