OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-509-g68be40e4

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


The following commit has been merged in the master branch:
commit 68be40e469759776d68568f489897c9c846b19dc
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Oct 25 14:06:32 2022 -0500

    FBSD: Use UMA allocations instead of getpbuf()
    
    FreeBSD commit 756a5412798b7de1709bb1de2db5ba2a5908cba3 (Allocate
    pager bufs from UMA instead of 80-ish mutex protected linked list.)
    removed getpbuf() and related functions; callers are supposed to use UMA
    allocator functions instead. Use a private zone allocated by
    pbuf_zsecond_create() like other filesystems do, and make our callers go
    through new abstractions afs_getpbuf() and afs_relpbuf() to use the
    right functions.
    
    Change-Id: I303e9f848485481adb94ef5c7db5885f22288003
    Reviewed-on: https://gerrit.openafs.org/15165
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 src/afs/FBSD/osi_machdep.h      |  6 ++++++
 src/afs/FBSD/osi_vfsops.c       | 13 +++++++++++++
 src/afs/FBSD/osi_vnodeops.c     | 32 +++++++++++++++++++++++++++-----
 src/config/param.generic_fbsd.h |  5 +++++
 4 files changed, 51 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository