kernel: rebuild object ref-counting using atomic types
This commit is contained in:
@@ -186,8 +186,6 @@ kern_status_t sys_vm_controller_create_object(
|
||||
}
|
||||
|
||||
out_slot->h_object = &out_vmo->vo_base;
|
||||
object_add_handle(&out_vmo->vo_base);
|
||||
object_unref(&out_vmo->vo_base);
|
||||
|
||||
*out = out_handle;
|
||||
return KERN_OK;
|
||||
|
||||
Reference in New Issue
Block a user