Fix braino in r353429
cy@ points out that I got parameter order backwards between definition and invocation of the helper function. He is totally correct. The earlier version of this patch predated the XFree column so this is one I introduced, rather than the original author. Submitted by: cy Reported by: cy X-MFC-With: r353429
This commit is contained in:
parent
46d70077be
commit
0223790f8d
@ -4343,7 +4343,7 @@ uma_dbg_free(uma_zone_t zone, uma_slab_t slab, void *item)
|
||||
#ifdef DDB
|
||||
static int64_t
|
||||
get_uma_stats(uma_keg_t kz, uma_zone_t z, uint64_t *allocs, uint64_t *used,
|
||||
uint64_t *sleeps, uint64_t *xdomain, long *cachefree)
|
||||
uint64_t *sleeps, long *cachefree, uint64_t *xdomain)
|
||||
{
|
||||
uint64_t frees;
|
||||
int i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user