Renamed vfs_vnode_acquire_ref() to vnode_acquire_vnode().

Removed vfs_vnode_release_ref(), as vfs_put_vnode() already does the same thing.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13867 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-08-01 14:32:23 +00:00
parent 186857529e
commit b72cf2601f
5 changed files with 15 additions and 21 deletions
+1 -1
View File
@@ -1118,7 +1118,7 @@ _vm_map_file(aspace_id aid, const char *name, void **_address, uint32 addressSpe
return area->id;
err2:
vfs_vnode_release_ref(vnode);
vfs_put_vnode(vnode);
err1:
vm_put_aspace(aspace);
return status;