- Don't forget the flags value when using boot pages.
Reported by: grehan
This commit is contained in:
parent
448c522a41
commit
d925843eaa
@ -724,6 +724,7 @@ slab_zalloc(uma_zone_t zone, int wait)
|
||||
LIST_REMOVE(tmps, us_link);
|
||||
uma_boot_free--;
|
||||
mem = tmps->us_data;
|
||||
flags = tmps->us_flags;
|
||||
}
|
||||
|
||||
/* Point the slab into the allocated memory */
|
||||
|
Loading…
Reference in New Issue
Block a user