K 10 svn:author V 7 glebius K 8 svn:date V 27 2018-10-31T18:01:02.011129Z K 7 svn:log V 318 MFhead r339596: If we lost race or were migrated during bucket allocation for the per-CPU cache, then we put new bucket on generic bucket cache. However, code didn't honor UMA_ZONE_NOBUCKETCACHE flag, so potentially we could start a cache on a zone that clearly forbids that. Fix this. Approved by: re (gjb) END