OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-242-g1764b40
Gerrit Code Review
gerrit@openafs.org
Sun, 4 Dec 2011 08:43:39 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 1764b4030c26bd3beb785614af6405bb1a215fdd
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.
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>
(cherry picked from commit aefb10920740e537aa26d841d16302e6ce8e3d76)
Change-Id: I01b5ef952345188b35138b62d0f241c198c3a265
Reviewed-on: http://gerrit.openafs.org/6220
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/rx/rx.c | 100 +++++++++++++++++-----------------------------------------
1 files changed, 30 insertions(+), 70 deletions(-)
--
OpenAFS Master Repository