OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1141-g9a4e3ad
Gerrit Code Review
gerrit@openafs.org
Thu, 28 Apr 2011 10:13:38 -0700 (PDT)
The following commit has been merged in the master branch:
commit 9a4e3ade396583d412a85c4e03238d18d5c533ee
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Apr 27 13:51:23 2011 -0500
viced: Transfer host ref in h_FindClient_r
In h_FindClient_r, we can change which client structure we're dealing
with if we find a different client struct in the Rx conn-specific
data. We adjust the refcounts for the client structures themselves,
but not the associated hosts. While the host structures should be the
same most of the time, we are not guaranteed that, so adjust their
refcounts as well.
Change-Id: I01f447da3dd2dd4306525b99049c4cd7e27f5181
Reviewed-on: http://gerrit.openafs.org/4580
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/viced/host.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository