OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3154-ge4c9b44

Gerrit Code Review gerrit@openafs.org
Wed, 28 Nov 2012 11:01:57 -0800 (PST)


The following commit has been merged in the master branch:
commit e4c9b448c9e62c7f66f9feb4831a15f7ee073c25
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Nov 9 23:11:16 2012 +0000

    rx: Add a no-op afs_kcondvar_t for LWP
    
    Remove the need to protect afs_kcondvar_t with RX_ENABLE_LOCKS, by
    typedefing it as an int in rx_lwp.c. This is identical to what we
    already do with afs_kmutex_t, and should let us get rid of some more
    preprocessor spaghetti.
    
    Change-Id: Ica6114585a68abde691ceee47d92d7f4e230a9bc
    Reviewed-on: http://gerrit.openafs.org/8534
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

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

-- 
OpenAFS Master Repository