kernel/vm: Commit missed change to VMVnodeCache.
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
|||||||
status_t
|
status_t
|
||||||
VMVnodeCache::Init(struct vnode* vnode, uint32 allocationFlags)
|
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)
|
if (error != B_OK)
|
||||||
return error;
|
return error;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user