kernel - Fix race with vmspace_entry destroy race
commit1e0d343fbe60f2e8cf0630b255bb62e6a1138252
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 31 Jan 2017 06:23:47 +0000 (30 22:23 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 31 Jan 2017 06:23:47 +0000 (30 22:23 -0800)
tree7c96c74ad1b7bc7e1601148268858d06acb1db75
parent61fb4aca35dab137e1fcb5b5f35363a6c6fb79b4
kernel - Fix race with vmspace_entry destroy race

* Fix a race in a host-side vkernel related structure that could
  result in a double-free.
sys/vm/vm_vmspace.c