commit 4610798a9d1094864d34e901889b416a9bf6fa8f
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/4610798a9d1094864d34e901889b416a9bf6fa8f
--
DragonFly BSD source repository