OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2596-g5db6151
Gerrit Code Review
gerrit@openafs.org
Thu, 14 Jun 2012 05:37:18 -0700 (PDT)
The following commit has been merged in the master branch:
commit 5db615100afd97233550abfe19625ac7ee7dbc5f
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Fri May 11 00:34:24 2012 +0100
viced: Abstract out hpr thread context code
Every hpr lookup function had a copy of the same code to pull a thread
specific ubik context out of the pthread library, and to create one if
one wasn't already there.
Instead of endlessly repeating this code, create a small inline function
to do the job.
Change-Id: I7eac0eaebbd42978e40c90f0ce59b26f2e67d96d
Reviewed-on: http://gerrit.openafs.org/7558
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Alistair Ferguson <alistair.ferguson@mac.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/viced/host.c | 78 ++++++++++++++++++++++++++---------------------------
1 files changed, 38 insertions(+), 40 deletions(-)
--
OpenAFS Master Repository