- Don't forget the flags value when using boot pages.
Reported by: grehan
This commit is contained in:
parent
f8739dd5f9
commit
f3da1873bc
@ -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…
x
Reference in New Issue
Block a user