The following commit has been merged in the master branch:
commit 2c208c2662319b4022b2654ce780f952607615f9
Author: Andrew Deason <[email protected]>
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 <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>

 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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to