OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1771-g5743c96
Gerrit Code Review
gerrit@openafs.org
Mon, 24 Oct 2011 03:42:06 -0700 (PDT)
The following commit has been merged in the master branch:
commit 5743c96bdea2e9aafeeeec3a1b4377d8860ef437
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Oct 23 21:23:34 2011 +0100
rx: Define afs_kmutex_t for LWP too
afs_kmutex_t is used for lock definitions in the kernel, and in
pthreaded builds. LWP doesn't have any equivalent, and all structure
members using this type have to be protected with RX_ENABLE_LOCKS, which
starts to become untidy.
Just make afs_kmutex_t an int for LWP, so that we can simplify our
headers, at the expense of some additional storage on LWP builds (which
are going away at some point, anyway)
Change-Id: Iaa5683bdfd932c78a9a5d35b8a4530cecf5bdb37
Reviewed-on: http://gerrit.openafs.org/5660
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/rx/rx_lwp.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository