OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_13_2-11-g0f610fb
Gerrit Code Review
gerrit@openafs.org
Thu, 13 Mar 2025 16:37:29 -0400
The following commit has been merged in the openafs-stable-1_8_x branch:
commit 0f610fb5ad52ad5d188ea0104e9cadb7fac0fae1
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Oct 12 14:42:33 2022 -0500
rxkad: Consolidate refCount decrement
To make code changes easier, all rxkad code that deals with
incrementing/decrementing the rx_securityClass refCount should be done
in the same place. Right now, there's only one incrementing code path,
but there are two decrement code paths that are duplicated. Change the
rxkad_DestroyConnection refCount-handling logic to just call
rxkad_Close(), since the behavior is identical.
Reviewed-on: https://gerrit.openafs.org/15153
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit f2831d109d7a111a1dbdce33e02bcea560127206)
Conflicts:
src/rxkad/rxkad_common.c
In 1.8.x, the function rxkad_DestroyConnection() still needs to
return a value, because the master commit
'rx: Do not ignore RXS_* op errors' (635594d6cceba) is not
in 1.8.x.
Change-Id: I097976505ee16d3f8209aa1ff3a82d675ff95ec8
Reviewed-on: https://gerrit.openafs.org/15851
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/rxkad/rxkad_common.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
--
OpenAFS Master Repository