The following commit has been merged in the master branch:
commit f3b5bb9a0534c2ed2e2b5769a74080f85d915651
Author: Mark Vitale <[email protected]>
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 <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>

 src/volser/vsprocs.c | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to