mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 06:16:11 +01:00
kernel/vm: Commit missed change to VMVnodeCache.
This commit is contained in:
parent
72162cc730
commit
6db0402021
2
src/system/kernel/cache/vnode_store.cpp
vendored
2
src/system/kernel/cache/vnode_store.cpp
vendored
@ -20,7 +20,7 @@
|
||||
status_t
|
||||
VMVnodeCache::Init(struct vnode* vnode, uint32 allocationFlags)
|
||||
{
|
||||
status_t error = VMCache::Init(CACHE_TYPE_VNODE, allocationFlags, "VMVnodeCache");
|
||||
status_t error = VMCache::Init("VMVnodeCache", CACHE_TYPE_VNODE, allocationFlags);
|
||||
if (error != B_OK)
|
||||
return error;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user