cvs commit: src/sys/vm uma_core.c
Bosko Milekic
bmilekic at FreeBSD.org
Wed Feb 16 20:06:12 GMT 2005
bmilekic 2005-02-16 20:06:11 UTC
FreeBSD src repository
Modified files:
sys/vm uma_core.c
Log:
Make UMA set the overloaded page->object back to kmem_object for
UMA_ZONE_REFCNT and UMA_ZONE_MALLOC zones, as the page(s) undoubtedly
came from kmem_map for those two. Previously it would set it back
to NULL for UMA_ZONE_REFCNT zones and although this was probably not
fatal, it added MORE code for no reason.
Revision Changes Path
1.115 +2 -8 src/sys/vm/uma_core.c
More information about the cvs-src
mailing list