OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3057-g9358e45

Gerrit Code Review gerrit@openafs.org
Mon, 29 Oct 2012 09:14:53 -0700 (PDT)


The following commit has been merged in the master branch:
commit 9358e452a90c3d87f025a54e503da2b2d062dbef
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.
    
    Change-Id: Iaa8c1b983f1c8372e9c2e1b90aaef25a2bc5f81f
    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>

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

-- 
OpenAFS Master Repository