1
0
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:
Jeff Roberson 2002-11-16 20:57:41 +00:00
parent f8739dd5f9
commit f3da1873bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106992

View File

@ -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 */