OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-417-g3b0a9ff
Gerrit Code Review
gerrit@openafs.org
Sun, 18 Aug 2019 13:27:54 -0400
The following commit has been merged in the master branch:
commit 3b0a9ff6af68c88d656aefe2242f12a7a9e04969
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.
Change-Id: I3536259f26536acc02fbb058787f417bf0f50b9a
Reviewed-on: https://gerrit.openafs.org/13681
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