OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-271-g3fdc040

Gerrit Code Review gerrit@openafs.org
Thu, 24 Jul 2025 11:44:07 -0400


The following commit has been merged in the master branch:
commit 3fdc040cfc1eb0c8f0a0b92a5bbe70e4ed0a5f34
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Jun 3 15:20:36 2025 -0500

    afs: Remove unused 'now' var in afs_mkdir
    
    afs_mkdir() declares a 'now' timestamp, which it adds to
    CallBack.ExpirationTime. But the CallBack data is not currently used in
    afs_mkdir(), so this 'now' timestamp is effectively unused. Remove the
    useless var.
    
    Move the declaration of 'CallBack' to ensure that the struct isn't used
    outside of the RXAFS_MakeDir() call.
    
    Change-Id: I9431ff3a6bbd07bc4dd47078a421cecceb1bc728
    Reviewed-on: https://gerrit.openafs.org/16467
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 src/afs/VNOPS/afs_vnop_dirops.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository