git: kernel - Refactor vm_fault and vm_map a bit (3)
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Wed Nov  1 20:34:56 PDT 2017
    
    
  
commit 3025f00ebe3d0a935e89151aa873a59e13eebace
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Nov 1 20:33:24 2017 -0700
    kernel - Refactor vm_fault and vm_map a bit (3)
    
    * Fix bug in vm_map_split() where boject was being released
      and dropped out of order on a certain condition, causing an
      assertion.  bobject is released properly later so we should
      be able to simply remove the offending code.
Summary of changes:
 sys/vm/vm_map.c | 2 --
 1 file changed, 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3025f00ebe3d0a935e89151aa873a59e13eebace
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list