OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-175-ge2ca587
Gerrit Code Review
gerrit@openafs.org
Sat, 12 Nov 2011 16:41:25 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit a9745a9273628fdada422d5ed922388fb624d232
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.
Reviewed-on: http://gerrit.openafs.org/5840
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit a7d569c857234626191514e2780368e1b85a6dae)
Change-Id: I0bd60d47eea41d9181e136c3a3cd42b0ade3955c
Reviewed-on: http://gerrit.openafs.org/6009
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
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