mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 12:45:06 +00:00
Kernel: Rename vmo => vmobject everywhere
This commit is contained in:
parent
8ea4217c01
commit
b6ee8a2c8d
15 changed files with 47 additions and 47 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue