mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
- Don't forget the flags value when using boot pages.
Reported by: grehan
This commit is contained in:
parent
f8739dd5f9
commit
f3da1873bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106992
@ -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