VirtualBox

Changeset 39789 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 18, 2012 9:38:49 AM (13 years ago)
Author:
vboxsync
Message:

Additions/linux/sharedfolders: make sure all data is written out when closing a file. Really only use on kernels where it is available. And indent correctly.

File:
1 edited

Legend:

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

    r39787 r39789  
    439439        && filemap_fdatawrite(inode->i_mapping) != -EIO)
    440440        filemap_fdatawait(inode->i_mapping);
    441  #endif
     441#endif
    442442    rc = vboxCallClose(&client_handle, &sf_g->map, sf_r->handle);
    443443    if (RT_FAILURE(rc))
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