DragonFly BSD
DragonFly commits List (threaded) for 2013-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: DragonFly_RELEASE_3_2 kernel - Fix incorrectly ordered lwkt_reltoken() call in pageout daemon


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 28 Feb 2013 09:14:53 -0800 (PST)

commit 4610798a9d1094864d34e901889b416a9bf6fa8f
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]