git: kernel - Fix vm_object->rb_memq race in pageout daemon

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Oct 28 10:22:40 PDT 2011


commit 05b9db808aa970044c8cff8dcc030e1d2b1d4486
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Oct 28 10:20:26 2011 -0700

    kernel - Fix vm_object->rb_memq race in pageout daemon
    
    * We were not properly holding a VM object's token while scanning its
      rb_memq.  Hold the token properly and also assert that it is held.

Summary of changes:
 sys/vm/vm_pageout.c |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/05b9db808aa970044c8cff8dcc030e1d2b1d4486


-- 
DragonFly BSD source repository





More information about the Commits mailing list