OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1880-ga7d569c

Gerrit Code Review gerrit@openafs.org
Sat, 12 Nov 2011 06:50:49 -0800 (PST)


The following commit has been merged in the master branch:
commit a7d569c857234626191514e2780368e1b85a6dae
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sat Oct 22 16:37:04 2011 +0100

    rx: Turn the rxevent_Cancel macro into a function
    
    Turn rxevent_Cancel into a function rather than a macro which modifies
    its argument as a side effect. rxevent_Cancel now checks whether the
    event being cancelled is already NULL, as well as NULLifying the event
    when it is actually cancelled.
    
    Update all of the callers to reflect this new API, and so they no
    longer do unecessary work.
    
    Change-Id: I75b68f1c8f1a3023edd6113600663fe2b60d6097
    Reviewed-on: http://gerrit.openafs.org/5840
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/rx/rx.c            |   79 ++++++++++++++++++++----------------------------
 src/rx/rx_event.c      |    8 ++++-
 src/rx/rx_event.h      |   30 ++----------------
 src/rx/rx_globals.h    |    9 ++++--
 src/rx/rx_prototypes.h |    5 +--
 src/rx/rx_rdwr.c       |    4 +-
 6 files changed, 52 insertions(+), 83 deletions(-)

-- 
OpenAFS Master Repository