object: rename deref to unref
This commit is contained in:
@@ -71,7 +71,7 @@ struct object *object_ref(struct object *obj)
|
||||
return obj;
|
||||
}
|
||||
|
||||
void object_deref(struct object *obj)
|
||||
void object_unref(struct object *obj)
|
||||
{
|
||||
unsigned long flags;
|
||||
spin_lock_irqsave(&obj->ob_lock, &flags);
|
||||
|
||||
Reference in New Issue
Block a user