OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3063-g8e118de

Gerrit Code Review gerrit@openafs.org
Mon, 29 Oct 2012 13:33:06 -0700 (PDT)


The following commit has been merged in the master branch:
commit 8e118de45cdf9987845d8d127c3c45cf1b77f01f
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu Oct 25 12:01:04 2012 +0100

    rx: Always provide rxi_WaitForTQBusy
    
    Move the prototype for rxi_WaitForTQBusy to rx_internal.h, and always
    provide it (as a prototype for RX_ENABLE_LOCKS, and as a no-op for lwp).
    
    Remove all of the #ifdef RX_ENABLE_LOCKS around rxi_WaitForTQBusy calls.
    
    Change-Id: I6c2b943d6d06bf19d3cb4495201d278e3900b6ef
    Reviewed-on: http://gerrit.openafs.org/8294
    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            |    2 --
 src/rx/rx_internal.h   |    5 +++++
 src/rx/rx_prototypes.h |    3 ---
 src/rx/rx_rdwr.c       |    8 --------
 4 files changed, 5 insertions(+), 13 deletions(-)

-- 
OpenAFS Master Repository