git: DragonFly_RELEASE_3_2 kernel - Fix incorrectly ordered lwkt_reltoken() call in pageout daemon
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Feb 28 09:14:53 PST 2013
commit 4610798a9d1094864d34e901889b416a9bf6fa8f
Author: Matthew Dillon <dillon at apollo.backplane.com>
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
More information about the Commits
mailing list