git: kernel - Improve m->hold_count assertions, fix page-zeroing code bug
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Nov 5 11:07:44 PST 2014
commit 5cdc30e810680bbcaa649e22bf5ca416c84c6286
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Nov 5 11:06:28 2014 -0800
kernel - Improve m->hold_count assertions, fix page-zeroing code bug
* Improve assertions on m->hold_count to provide more information.
* Fix a bug in vm_page_free_fromq_fast() where an assertion can get
hit due to a SMP race. This is only used by the page-zeroing code.
Summary of changes:
sys/vm/vm_page.c | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5cdc30e810680bbcaa649e22bf5ca416c84c6286
--
DragonFly BSD source repository
More information about the Commits
mailing list