The following commit has been merged in the openafs-stable-1_8_x branch:
commit f2f0be5e04f2a700b721f647a87cbffe2ccd606a
Author: Marcio Barbosa <[email protected]>
Date:   Wed Mar 23 15:10:15 2022 -0300

    afs: Save size of sysname_info->name
    
    In preparation for a future commit, save the size of sysname_info->name
    by adding a new field (name_size) into the sysname_info struct. Also,
    remove the sysname_info->allocked field, since now we can find out if
    memory has been allocated by checking if sysname_info->name_size is
    different than zero.
    
    No functional change should be incurred by this commit.
    
    Reviewed-on: https://gerrit.openafs.org/14912
    Reviewed-by: Andrew Deason <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit c40c0bd00b7e49e67377e13f5b902c13a0e4478c)
    
    Change-Id: I5a7d0d733dfc48d4d4eb5d00ef959ad980722e17
    Reviewed-on: https://gerrit.openafs.org/15236
    Reviewed-by: Michael Meffie <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Harish Sharma <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/afs/VNOPS/afs_vnop_lookup.c | 10 +++++-----
 src/afs/afs.h                   |  7 ++++++-
 src/afs/afs_pioctl.c            | 10 +++++-----
 3 files changed, 16 insertions(+), 11 deletions(-)

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

Reply via email to