kernel: resolving a handle now increments the refcount of the corresponding object
This commit is contained in:
@@ -144,9 +144,6 @@ kern_status_t sys_vm_object_copy(
|
||||
return status;
|
||||
}
|
||||
|
||||
object_ref(src_obj);
|
||||
object_ref(dst_obj);
|
||||
|
||||
task_unlock_irqrestore(self, flags);
|
||||
|
||||
struct vm_object *dst_vmo = vm_object_cast(dst_obj);
|
||||
|
||||
Reference in New Issue
Block a user