OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_18a-15-gf76fc87

Gerrit Code Review gerrit@openafs.org
Thu, 8 Nov 2012 06:28:26 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8ebaa49ca2c1ae72dba2d0ed7d9055111f15fd56
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu Oct 25 11:32:03 2012 +0100

    rx: Don't have 2 different protos for rxi_CheckCall
    
    Use a single prototype for rxi_CheckCall in both the pthread and
    lwp cases. Remove the #ifdef maze at the call sites, and take advantage
    of the fact that MUTEX_EXIT reduces to an empty string in the lwp
    case.
    
    Reviewed-on: http://gerrit.openafs.org/8291
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    (cherry picked from commit 9358e452a90c3d87f025a54e503da2b2d062dbef)
    
    Change-Id: I5128d720672e50dc78af7e0c9e93d6078e604485
    Reviewed-on: http://gerrit.openafs.org/8391
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/rx/rx.c |   23 +----------------------
 1 files changed, 1 insertions(+), 22 deletions(-)

-- 
OpenAFS Master Repository