OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3314-g9dc6dd9
Gerrit Code Review
gerrit@openafs.org
Sat, 2 Feb 2013 05:19:43 -0800 (PST)
The following commit has been merged in the master branch:
commit 9dc6dd9858a49aab5207cdc46b6820a18ef54bf4
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Feb 2 07:17:53 2013 +0000
rx: Fix AIX test_and_set_bit
The AIX definition of rx_atomic_test_and_set_bit had its test the
wrong way round - so an already set bit would return false, and a clear
bit would return true. Fix this.
Change-Id: I7778c411016bca53b38257fca59ae0f7aaad64ae
Reviewed-on: http://gerrit.openafs.org/9021
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/rx_atomic.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository