VirtualBox

Changeset 21233 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Jul 5, 2009 8:31:35 PM (16 years ago)
Author:
vboxsync
Message:

linux sf: two @todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/regops.c

    r21041 r21233  
    3535                 uint64_t pos)
    3636{
     37        /** @todo bird: yes, kmap() and kmalloc() input only. Since the buffer is
     38         *        contiguous in physical memory (kmalloc or single page), we should
     39         *        use a physical address here to speed things up. */
    3740        int rc = vboxCallRead (&client_handle, &sf_g->map, sf_r->handle,
    3841                               pos, nread, buf, false /* already locked? */);
     
    5053                  uint64_t pos)
    5154{
     55        /** @todo bird: yes, kmap() and kmalloc() input only. Since the buffer is
     56         *        contiguous in physical memory (kmalloc or single page), we should
     57         *        use a physical address here to speed things up. */
    5258        int rc = vboxCallWrite (&client_handle, &sf_g->map, sf_r->handle,
    5359                                pos, nwritten, buf, false /* already locked? */);
Note: See TracChangeset for help on using the changeset viewer.

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