VirtualBox

Ignore:
Timestamp:
Feb 28, 2019 12:05:56 PM (6 years ago)
Author:
vboxsync
Message:

linux/vboxsf: Rewrote sf_lookup() combining the inode creation bits with sf_instantiate(). bugref:9172

File:
1 edited

Legend:

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

    r77492 r77502  
    533533}
    534534
    535 /** Show mount options. */
     535/**
     536 * Show mount options.
     537 *
     538 * This is needed by the VBoxService automounter in order for it to pick up
     539 * the the 'tag' option value it sets on its mount.
     540 */
    536541#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0)
    537542static int sf_show_options(struct seq_file *m, struct vfsmount *mnt)
     
    555560                }
    556561        }
    557 
    558     return 0;
     562        return 0;
    559563}
    560564
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