obj: use ref-counting in set objects
This commit is contained in:
@@ -90,8 +90,6 @@ void object_deref(object_t *obj)
|
||||
}
|
||||
|
||||
vm_cache_free(&obj->ob_type->ob_cache, obj);
|
||||
|
||||
spin_unlock_irqrestore(&obj->ob_lock, flags);
|
||||
}
|
||||
|
||||
void object_lock(object_t *obj, unsigned long *flags)
|
||||
|
||||
Reference in New Issue
Block a user