OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3058-gf224849
Gerrit Code Review
gerrit@openafs.org
Mon, 29 Oct 2012 09:45:49 -0700 (PDT)
The following commit has been merged in the master branch:
commit f224849f29343cf634c732b1672b4e81373de872
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu Oct 25 11:49:55 2012 +0100
rx: Get rid of AFS_GLOBAL_RXLOCK_KERNEL
Get rid of the AFS_GLOBAL_RXLOCK_KERNEL #define. RX used to have a
single global lock locking mode, but none of our kernel modules use
it any more. In fact, AFS_GLOBAL_RXLOCK_KERNEL is now only defined
when RX_ENABLE_LOCKS is also defined. Simplify the code by renaming
all of the occurrences of AFS_GLOBAL_RXLOCK_KERNEL as RX_ENABLE_LOCKS,
and remove any cases where we're now doing unecessary tests
Change-Id: I061d8d364c61168370b223cdac48ad161f0c9d74
Reviewed-on: http://gerrit.openafs.org/8292
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/AIX/rx_kmutex.h | 1 -
src/rx/DARWIN/rx_kmutex.h | 1 -
src/rx/FBSD/rx_kmutex.h | 1 -
src/rx/HPUX/rx_kmutex.h | 1 -
src/rx/IRIX/rx_kmutex.h | 1 -
src/rx/LINUX/rx_kmutex.h | 6 --
src/rx/LINUX24/rx_kmutex.h | 6 --
src/rx/NBSD/rx_kmutex.h | 1 -
src/rx/OBSD/rx_kmutex.h | 1 -
src/rx/SOLARIS/rx_kmutex.h | 1 -
src/rx/UKERNEL/rx_kmutex.h | 1 -
src/rx/rx.c | 115 +++++++++++++++++---------------------------
src/rx/rx_prototypes.h | 2 +-
src/rx/rx_pthread.h | 5 --
src/rx/rx_rdwr.c | 16 +++---
15 files changed, 54 insertions(+), 105 deletions(-)
--
OpenAFS Master Repository