OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-45-geb7d90f
Gerrit Code Review
gerrit@openafs.org
Mon, 22 Feb 2010 12:15:14 -0800 (PST)
The following commit has been merged in the master branch:
commit eb7d90fd0db68ea49ec1820adda599b5922c7de2
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Feb 15 16:22:56 2010 -0600
Allow GetSomeSpace_r to select an optimal host
Previously GetSomeSpace_r would never find an 'ideal' host for which to
clear callbacks, since lih0_r and lih1_r required a non-NULL rock to do
anything. Remove the requirement for the passed-in host rock to be
non-NULL, and make lih*_r more threadsafe, by passing in a parameter
struct for the rock.
Also attempt to make the GSS_r code a bit more clear with some
descriptive variable names and such.
FIXES 126451
Change-Id: Id754f4fa4b830896c5b03fc7ba0906950991a3b7
Reviewed-on: http://gerrit.openafs.org/1317
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/viced/callback.c | 135 ++++++++++++++++++++++++++++++-------------------
1 files changed, 83 insertions(+), 52 deletions(-)
--
OpenAFS Master Repository