git: MPSAFE work - fix acquisition of vm_token

Alex Hornung alexh at crater.dragonflybsd.org
Fri Jun 18 09:27:48 PDT 2010


commit ba9d3e5225000c5abdcfb3ab06f8dbf33e24287f
Author: Alex Hornung <ahornung at gmail.com>
Date:   Fri Jun 18 17:24:30 2010 +0100

    MPSAFE work - fix acquisition of vm_token
    
    * vm_page_lookup needs to be called with the vm_token held, but
      vm_page_alloc wasn't acquiring it early enough.

Summary of changes:
 sys/vm/vm_page.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ba9d3e5225000c5abdcfb3ab06f8dbf33e24287f


-- 
DragonFly BSD source repository





More information about the Commits mailing list