OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-23-gcff2a5b

Gerrit Code Review gerrit@openafs.org
Thu, 5 Dec 2024 13:15:33 -0500


The following commit has been merged in the master branch:
commit cff2a5b1affbef7141fe9c4e093483dcd0da3512
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Jun 20 13:07:44 2022 -0500

    afs: Update VCHash comments on not hashing on uniq
    
    The comments above VCHash claim that PFlush relies on the fid uniq not
    being used in VCHash, but this doesn't appear to be true.
    
    However, we do have some code that relies on VCHash not using uniq:
    afs_GenFakeFid. Update the VCHash comment to point this out.
    
    Change-Id: Ib1e0c1700c4cd13b95ac57522645ce73d2b24a08
    Reviewed-on: https://gerrit.openafs.org/15042
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 src/afs/afs_vcache.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository