The following commit has been merged in the master branch:
commit 68be40e469759776d68568f489897c9c846b19dc
Author: Andrew Deason <[email protected]>
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 <[email protected]>
Reviewed-by: Michael Meffie <[email protected]>
Reviewed-by: Andrew Deason <[email protected]>
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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs