OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3054-g6f8da19

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


The following commit has been merged in the master branch:
commit 6f8da199e5c694e0e9a90f4737a9a1618470389e
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Oct 23 13:35:43 2012 +0100

    rx: Don't use app-thread variable in SendXmitList
    
    The value of call->app.mode is changed by the application thread
    without taking the call lock. Instead of using this variable in
    SendXmitList to determine whether the queue should be flushed, add
    a new flag (RX_CALL_FLUSH) to control flushing behaviour.
    
    As call->flags is manipulated under the call lock, its value can
    be safely used by SendXmitList.
    
    Change-Id: I8416697f457e5003af08a35ac08809512b03a9be
    Reviewed-on: http://gerrit.openafs.org/8286
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/rx/rx.c      |    2 +-
 src/rx/rx.h      |    2 +-
 src/rx/rx_rdwr.c |    2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository