OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-201-g3940e68
Gerrit Code Review
gerrit@openafs.org
Sat, 2 Oct 2010 19:38:00 -0700 (PDT)
The following commit has been merged in the master branch:
commit 3940e686a880410b9001786734d158411782a965
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Sat Oct 2 21:02:23 2010 -0400
Linux: correct use of atomic_add and atomic_sub functions
The rx_atomic_add and rx_atomic_sub functions have arguments
reversed compared to the linux atomic_add and atomic_sub.
Adjust the macros to flip the arguments when calling them
Change-Id: I6d58c8f0ac8ccf09e62c9d3921b9f3ae50ca94c9
Reviewed-on: http://gerrit.openafs.org/2889
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx_atomic.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository