kernel - Refactor vm_fault and vm_map a bit (3)
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 2 Nov 2017 03:33:24 +0000 (20:33 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 2 Nov 2017 03:33:24 +0000 (20:33 -0700)
commit3025f00ebe3d0a935e89151aa873a59e13eebace
treed0d70f4ee13b631f19cd8fa49ae80c90e4ad50e5
parent085bf77b90239163d2b62ab16b4684ac2c96f295
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.
sys/vm/vm_map.c