Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/vm/uma.h 213910 2010-10-16 04:14:45Z lstewart $
---
> * $FreeBSD: head/sys/vm/uma.h 213911 2010-10-16 04:41:45Z lstewart $
454a455
> * nitems The requested upper limit on the number of items allowed
457c458
< * Nothing
---
> * int The effective value of nitems after rounding up based on page size
459c460
< void uma_zone_set_max(uma_zone_t zone, int nitems);
---
> int uma_zone_set_max(uma_zone_t zone, int nitems);