The following commit has been merged in the master branch:
commit c40c0bd00b7e49e67377e13f5b902c13a0e4478c
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.
Change-Id: Id0f5a646b2d82fda5344d53c9fc8b3407f2ea805
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]>
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