VirtualBox

Ignore:
Timestamp:
Mar 30, 2019 1:46:38 AM (6 years ago)
Author:
vboxsync
Message:

linux/vboxsf: Don't set timestamps when changing the file size (open+O_TRUNC; ftrunctate), save a host call. Don't interpret setting mtime or changing the file size as a host file modification. bugref:9172

File:
1 edited

Legend:

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

    r77951 r77961  
    9797                     * dentry cache chain that got us here.
    9898                     */
    99                     vbsf_update_inode(inode, sf_i, &pReq->CreateParms.Info, pSuperInfo, true /*fLocked*/ /** @todo inode locking */);
     99                    vbsf_update_inode(inode, sf_i, &pReq->CreateParms.Info, pSuperInfo,
     100                                      true /*fLocked*/ /** @todo inode locking */, 0 /*fSetAttrs*/);
    100101                    vbsf_dentry_chain_increase_ttl(dentry);
    101102
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