VirtualBox

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


Ignore:
Timestamp:
Jan 18, 2012 9:37:46 AM (13 years ago)
Author:
vboxsync
Message:

Additions/linux/sharedfolders: r75732 (processing remount option) only for 2.4.23+.

File:
1 edited

Legend:

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

    r39781 r39788  
    415415static int sf_remount_fs(struct super_block *sb, int *flags, char *data)
    416416{
     417#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 4, 23)
    417418    struct sf_glob_info *sf_g;
    418419    struct vbsf_mount_info_new *info;
     
    452453    printk(KERN_DEBUG "LEAVE: sf_remount_fs\n");
    453454    return 0;
     455#else
     456    return -ENOSYS;
     457#endif
    454458}
    455459
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