Changeset 77502 in vbox for trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
- Timestamp:
- Feb 28, 2019 12:05:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r77492 r77502 533 533 } 534 534 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 */ 536 541 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) 537 542 static int sf_show_options(struct seq_file *m, struct vfsmount *mnt) … … 555 560 } 556 561 } 557 558 return 0; 562 return 0; 559 563 } 560 564
Note:
See TracChangeset
for help on using the changeset viewer.