K 10 svn:author V 7 glebius K 8 svn:date V 27 2018-11-28T19:54:02.475907Z K 7 svn:log V 266 Fix yet another edge case in uma_startup_count(). If zone size fits into several pages, but leaves no space for struct uma_slab at the end we miscalculate number of pages by one. Totally mimic keg_large_init() math here to cover that problem. Reported by: gallatin END