OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_13_2-99-g73040e8
Gerrit Code Review
gerrit@openafs.org
Mon, 4 Aug 2025 12:30:06 -0400
The following commit has been merged in the openafs-stable-1_8_x branch:
commit 73040e891713bce762d93514e01b2c698eae45dc
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Jul 10 12:42:44 2019 -0500
afs: Remove useless afs_GetVCache arguments
The 'avc' argument in afs_GetVCache has never been used, all the way
back to OpenAFS 1.0. The 'cached' argument was set correctly, but none
of its callers ever looked at the result of 'cached'. Remove these
useless arguments.
afs_LookupVCache and afs_GetRootVCache also had the same 'cached'
argument, which was also never used by callers. Remove it for those,
as well.
Reviewed-on: https://gerrit.openafs.org/13681
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 3b0a9ff6af68c88d656aefe2242f12a7a9e04969)
Change-Id: I1a5dab9e3f1e5316438f614d0a89be6f18936ba2
Reviewed-on: https://gerrit.openafs.org/16250
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/AIX/osi_vfsops.c | 2 +-
src/afs/DARWIN/osi_vfsops.c | 2 +-
src/afs/FBSD/osi_vfsops.c | 2 +-
src/afs/HPUX/osi_vfsops.c | 2 +-
src/afs/IRIX/osi_vfsops.c | 4 ++--
src/afs/LINUX/osi_export.c | 6 +++---
src/afs/LINUX/osi_vcache.c | 2 +-
src/afs/LINUX/osi_vfsops.c | 2 +-
src/afs/NBSD/osi_vfsops.c | 2 +-
src/afs/OBSD/osi_vfsops.c | 2 +-
src/afs/SOLARIS/osi_vfsops.c | 2 +-
src/afs/UKERNEL/osi_vfsops.c | 2 +-
src/afs/VNOPS/afs_vnop_access.c | 2 +-
src/afs/VNOPS/afs_vnop_create.c | 4 ++--
src/afs/VNOPS/afs_vnop_dirops.c | 6 ++----
src/afs/VNOPS/afs_vnop_lookup.c | 17 ++++++++---------
src/afs/VNOPS/afs_vnop_remove.c | 6 ++----
src/afs/VNOPS/afs_vnop_rename.c | 8 ++++----
src/afs/afs_osi_vget.c | 2 +-
src/afs/afs_pioctl.c | 16 ++++++++--------
src/afs/afs_prototypes.h | 6 ++----
src/afs/afs_vcache.c | 27 ++++-----------------------
22 files changed, 49 insertions(+), 75 deletions(-)
--
OpenAFS Master Repository