OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1965-gaefb109
Gerrit Code Review
gerrit@openafs.org
Sun, 4 Dec 2011 06:59:13 -0800 (PST)
The following commit has been merged in the master branch:
commit aefb10920740e537aa26d841d16302e6ce8e3d76
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Nov 20 18:07:41 2011 -0500
rx: Helper function for decrementing conn refcnt
The code to lock the reference count mutex, reduce the connection
reference count, then unlock the mutex, is duplicated many times
throughout rx.c. Replace all of these multiple copies with a single
inline function.
Change-Id: I7adb460019d7434b32a16250cc026be667e7c55d
Reviewed-on: http://gerrit.openafs.org/6218
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/rx/rx.c | 100 +++++++++++++++++-----------------------------------------
1 files changed, 30 insertions(+), 70 deletions(-)
--
OpenAFS Master Repository