VirtualBox

Changeset 82342 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 3, 2019 11:01:16 AM (5 years ago)
Author:
vboxsync
Message:

add/linux/vboxsf: ticketref:17299 inode_change_ok() gone in 4.1.37-4.2.0

File:
1 edited

Legend:

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

    r79594 r82342  
    807807     */
    808808    iattr->ia_valid |= ATTR_FORCE;
    809 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 16, 39) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0)) || LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)
     809#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 16, 39) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0)) || LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0) || (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 37) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0))
    810810    rc = setattr_prepare(dentry, iattr);
    811811#else
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