OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2874-g0b31aba
Gerrit Code Review
gerrit@openafs.org
Tue, 4 Sep 2012 06:55:15 -0700 (PDT)
The following commit has been merged in the master branch:
commit 7b1af325f12acc61cffd78b1b5ba580940c9b610
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Jul 10 13:50:03 2011 +0100
lwp: Don't depend on RX locking macros
The lwp library should be independent of RX (in fact, bits of it are
a dependency for RX). So, LWP cannot use the MUTEX_ENTER, CV_WAIT, and
so on macros that RX defines.
Just implement these natively within the pthreaded bits of lock.c to
remove the dependency.
Change-Id: I4cdb8313e791f253e84bbc4e256087e46a4c59bd
Reviewed-on: http://gerrit.openafs.org/5396
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/lwp/lock.c | 39 ++++++++++++++++-----------------------
src/lwp/lock.h | 6 ++----
2 files changed, 18 insertions(+), 27 deletions(-)
--
OpenAFS Master Repository