VirtualBox

Changeset 77208 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 7, 2019 11:45:26 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128711
Message:

memobj-r0drv-linux.c: todo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c

    r76553 r77208  
    10721072         * Get user pages.
    10731073         */
     1074/** @todo r=bird: Should we not force read access too? */
    10741075#if GET_USER_PAGES_API >= KERNEL_VERSION(4, 6, 0)
    10751076        if (R0Process == RTR0ProcHandleSelf())
     
    11471148            {
    11481149                flush_dcache_page(pMemLnx->apPages[rc]);
    1149                 papVMAs[rc]->vm_flags |= (VM_DONTCOPY | VM_LOCKED);
     1150                papVMAs[rc]->vm_flags |= VM_DONTCOPY | VM_LOCKED;
    11501151            }
    11511152
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette