OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-565-ga06cafd
Gerrit Code Review
gerrit@openafs.org
Mon, 4 Nov 2024 13:40:37 -0500
The following commit has been merged in the master branch:
commit a06cafd6d65fb5f45adc9776c29fe34e985e389b
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date: Thu Jun 23 02:49:07 2022 +0000
afs: Make FlushReclaimedVcaches() Darwin specific
Currently, the ReclaimedVCList is only fed on Darwin. As a result, the
logic present in afs_FlushReclaimedVcaches() is never used on all other
platforms and should be wrapped in #ifdef AFS_DARWIN_ENV. While here,
also reorganize this function in an effort to make it more readable.
No functional change is incurred by this commit.
Change-Id: I1097a2b07fcb48dec2b31385477c34e974144b51
Reviewed-on: https://gerrit.openafs.org/15027
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/afs/afs_vcache.c | 50 ++++++++++++++++++++++++++++++--------------------
1 file changed, 30 insertions(+), 20 deletions(-)
--
OpenAFS Master Repository