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.
Description
Description
Details
Details
- Provenance
mav Authored on - Parents
- rS258690: Fix bug introduced at r252226, when udata argument passed to bucket_alloc()
- Branches
- Unknown
- Tags