git: DragonFly_RELEASE_3_2 kernel - Fix bug (not reached in normal operation) in vm_map_set_wired_quick()
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Dec 13 19:17:34 PST 2012
commit 901cb1d606ad263fc76177af4950aa60ff73fd85
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Dec 10 14:37:28 2012 -0800
kernel - Fix bug (not reached in normal operation) in vm_map_set_wired_quick()
* Fix a bug where vm_map_set_wired_quick() only operated on the first
vm_map_entry of a slab, and would panic if there were more.
* Slab allocations are only going to have one vm_map_entry anyway so the
bug was never hit. But we fix it anyway.
Summary of changes:
sys/vm/vm_map.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/901cb1d606ad263fc76177af4950aa60ff73fd85
--
DragonFly BSD source repository
More information about the Commits
mailing list