git: DragonFly_RELEASE_5_0 kernel - Refactor vm_fault and vm_map a bit (3)

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Nov 1 20:35:39 PDT 2017


commit 9fea942df824489ec55781c3d5809f0ed30cc844
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/9fea942df824489ec55781c3d5809f0ed30cc844


-- 
DragonFly BSD source repository



More information about the Commits mailing list