VirtualBox

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


Ignore:
Timestamp:
Aug 11, 2020 12:24:29 PM (4 years ago)
Author:
vboxsync
Message:

linux/vboxsf: Try workaround suse backporting generic_file_fsync changes to their 3.0.x SLE11 releases.

File:
1 edited

Legend:

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

    r83049 r85687  
    31893189 * well as any host interaction with the file.
    31903190 */
    3191 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 1, 0)
     3191#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 1, 0) \
     3192 || (defined(CONFIG_SUSE_KERNEL) && LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 101) /** @todo figure when exactly */)
    31923193static int vbsf_reg_fsync(struct file *file, loff_t start, loff_t end, int datasync)
    31933194{
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