OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-549-gf3b5bb9
Gerrit Code Review
gerrit@openafs.org
Fri, 18 Oct 2024 11:17:37 -0400
The following commit has been merged in the master branch:
commit f3b5bb9a0534c2ed2e2b5769a74080f85d915651
Author: Mark Vitale <mvitale@sinenomine.net>
Date: Mon Aug 31 11:51:54 2020 -0400
volser: clean up and clarify storeEntry usage
In several routines in vsprocs.c, we declare and clear nvldbentry
storeEntry long before it is actually needed.
Instead, where possible, move the declaration and memset of storeEntry
closer to the actual point of use.
No functional change is incurred by this commit.
Change-Id: Iffbf5ff56fab4d221586dfb93bbbbfde063c856e
Reviewed-on: https://gerrit.openafs.org/14353
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
src/volser/vsprocs.c | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository