]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r258691:
authormav <mav@FreeBSD.org>
Sat, 4 Jan 2014 23:40:47 +0000 (23:40 +0000)
committermav <mav@FreeBSD.org>
Sat, 4 Jan 2014 23:40:47 +0000 (23:40 +0000)
commit91cfd3a7cc7cf9c59406b5a004d657fa9212d2c6
tree806f409cf2d77f4ad67d44eaad481bc7831a307b
parent3ff6064c463764031c36770a10668d1efc58e02b
MFC r258691:
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.
sys/vm/uma_core.c