commit 4b815e2515105a530d8e48e88ec119c52be41a2d
Author: Matthew Dillon <[email protected]>
Date: Thu Feb 28 09:01:04 2013 -0800
kernel - Fix incorrectly ordered lwkt_reltoken() call in pageout daemon
* The pageout daemon was incorrectly swapping the top two VM objects
in order to drop the prior object in a specific case where the 'new'
object being rotated into is NULL.
Summary of changes:
sys/vm/vm_pageout.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4b815e2515105a530d8e48e88ec119c52be41a2d
--
DragonFly BSD source repository