Changeset 82171 in vbox for trunk/src/VBox/Additions/linux/sharedfolders
- Timestamp:
- Nov 25, 2019 12:30:05 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134981
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r82166 r82171 439 439 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 24) && LINUX_VERSION_CODE <= KERNEL_VERSION(4, 12, 0) 440 440 bdi_destroy(&pSuperInfo->bdi); /* includes bdi_unregister() */ 441 442 /* Paranoia: Make sb->s_bdi not point at pSuperInfo->bdi, in case someone 443 trouches it after this point (we may screw up something). */ 441 444 # if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0) 442 445 sb->s_bdi = pSuperInfo->bdi_org; /* (noop_backing_dev_info is not exported) */
Note:
See TracChangeset
for help on using the changeset viewer.