VirtualBox

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


Ignore:
Timestamp:
Apr 16, 2019 1:30:52 AM (6 years ago)
Author:
vboxsync
Message:

linux/vboxsf: Build fix for linux 4.11. bugref:9172

Location:
trunk/src/VBox/Additions/linux/sharedfolders
Files:
2 edited

Legend:

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

    r77976 r78137  
    361361    struct backing_dev_info *bdi;
    362362
    363 #  if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
     363#  if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
    364364    rc = super_setup_bdi_name(sb, "vboxsf-%llu", (unsigned long long)idSeqMine);
    365365    if (!rc)
  • trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h

    r78135 r78137  
    150150    /** Mount tag for VBoxService automounter.  @since 6.0 */
    151151    char                    szTag[32];
    152 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
     152#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
    153153    /** The backing device info structure. */
    154154    struct backing_dev_info bdi;
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