HomeFreeBSD

uma: Fix improper uses of UMA_MD_SMALL_ALLOC

Description

uma: Fix improper uses of UMA_MD_SMALL_ALLOC

UMA_MD_SMALL_ALLOC was recently replaced by UMA_USE_DMAP, but
da76d349b6b1 missed some improper uses of the old symbol.
This change makes sure that UMA_USE_DMAP is used properly in
code that selects uma_small_alloc.

Fixes: da76d349b6b1
Reported by: eduardo, rlibby
Approved by: markj (mentor)
Differential Revision: https://reviews.freebsd.org/D45368

Details

Provenance
bnovkovAuthored on May 26 2024, 7:54 AM
Differential Revision
D45368: uma: Fix improper uses of UMA_MD_SMALL_ALLOC
Parents
rG73eb53813fe3: man(1) needs to check for .so files not only in the first line
Branches
Unknown
Tags
Unknown