mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-01 19:18:20 +00:00
Kernel: Rename vmo => vmobject everywhere
This commit is contained in:
@@ -93,5 +93,5 @@ KResultOr<Region*> SharedMemory::mmap(Process& process, FileDescription&, Virtua
|
||||
{
|
||||
if (!vmobject())
|
||||
return KResult(-ENODEV);
|
||||
return process.allocate_region_with_vmo(vaddr, size, *vmobject(), offset, name(), prot);
|
||||
return process.allocate_region_with_vmobject(vaddr, size, *vmobject(), offset, name(), prot);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user