Changeset 85699 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 11, 2020 5:24:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r85698 r85699 437 437 static void vbsf_done_backing_dev(struct super_block *sb, struct vbsf_super_info *pSuperInfo) 438 438 { 439 #if RTLNX_VER_RANGE(2,6,24, 4,13,0)439 #if RTLNX_VER_RANGE(2,6,24, 4,12,0) 440 440 bdi_destroy(&pSuperInfo->bdi); /* includes bdi_unregister() */ 441 441
Note:
See TracChangeset
for help on using the changeset viewer.