HomeFreeBSD

Don't count bucket allocation failures for UMA zones as their own failures.
rS258691Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Don't count bucket allocation failures for UMA zones as their own failures.
There are good reasons for this to happen, such as recursion prevention, etc.
and they are not fatal since buckets are just an optimization mechanism.
Real bucket allocation failures are any way counted by the bucket zones
themselves, and we don't need double accounting there.

Details

Provenance
mavAuthored on
Parents
rS258690: Fix bug introduced at r252226, when udata argument passed to bucket_alloc()
Branches
Unknown
Tags
Unknown

Event Timeline