Changeset 78137 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 16, 2019 1:30:52 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/linux/sharedfolders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r77976 r78137 361 361 struct backing_dev_info *bdi; 362 362 363 # if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1 1, 0)363 # if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0) 364 364 rc = super_setup_bdi_name(sb, "vboxsf-%llu", (unsigned long long)idSeqMine); 365 365 if (!rc) -
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h
r78135 r78137 150 150 /** Mount tag for VBoxService automounter. @since 6.0 */ 151 151 char szTag[32]; 152 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 1 1, 0)152 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0) 153 153 /** The backing device info structure. */ 154 154 struct backing_dev_info bdi;
Note:
See TracChangeset
for help on using the changeset viewer.