OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-508-g2c208c2

Gerrit Code Review gerrit@openafs.org
Thu, 26 Sep 2024 10:19:19 -0400


The following commit has been merged in the master branch:
commit 2c208c2662319b4022b2654ce780f952607615f9
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Oct 25 13:28:51 2022 -0500

    FBSD: Handle 1-argument VOP_UNLOCK
    
    FreeBSD commit b249ce48ea5560afdcff57e72a9880b7d3132434 (vfs: drop the
    mostly unused flags argument from VOP_UNLOCK) removed the second
    argument to VOP_UNLOCK(). Change all callers to go through a
    AFS_VOP_UNLOCK() wrapper, and use the 1-argument version when
    appropriate. Get rid of the extra unlock_vnode() wrapper in osi_vm.c;
    one layer of indirection is enough.
    
    Change-Id: I9929833bb567391a2a1df95a41a3772cdaf4da2c
    Reviewed-on: https://gerrit.openafs.org/15164
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 src/afs/FBSD/osi_file.c         | 6 +++---
 src/afs/FBSD/osi_misc.c         | 2 --
 src/afs/FBSD/osi_vcache.c       | 4 ++--
 src/afs/FBSD/osi_vm.c           | 3 +--
 src/afs/FBSD/osi_vnodeops.c     | 6 +++---
 src/afs/VNOPS/afs_vnop_read.c   | 2 +-
 src/afs/VNOPS/afs_vnop_write.c  | 2 +-
 src/afs/afs_pioctl.c            | 2 +-
 src/afs/afs_vcache.c            | 2 +-
 src/config/param.generic_fbsd.h | 7 +++++++
 10 files changed, 20 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository