VirtualBox

Changeset 77950 in vbox for trunk


Ignore:
Timestamp:
Mar 29, 2019 1:12:50 PM (6 years ago)
Author:
vboxsync
Message:

linux/vboxsf: vbsf_put_link signature fix for 4.2, 4.3 and 4.4 (removed in 4.5). bugref:9172

File:
1 edited

Legend:

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

    r77873 r77950  
    262262 * For kernel before 2.6.8 memory isn't being kept around.
    263263 */
    264 #  if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13)
     264#  if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0)
     265static void vbsf_put_link(struct dentry *dentry, void *cookie)
     266#  elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13)
    265267static void vbsf_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie)
    266268#  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