OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2771-g410a55a

Gerrit Code Review gerrit@openafs.org
Wed, 25 Jul 2012 13:26:19 -0700 (PDT)


The following commit has been merged in the master branch:
commit 410a55addfcd055ac666f9bc5450b238648d07bf
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Jul 25 10:45:16 2012 -0500

    rx: Raise minimum Linux atomics version to 2.6
    
    Linux 2.4 does not have atomic_dec_return. If we switch to a
    dec_and_test-like API, then we could use the Linux 2.4 atomics. But
    for now, just raise the minimum to 2.6, and for 2.4 and below just use
    the generic atomics implementation so we can build.
    
    Change-Id: Ie584bd420839dbcbe3158fe7b50df633cb7eba6d
    Reviewed-on: http://gerrit.openafs.org/7875
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/rx/rx_atomic.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository