VirtualBox

Changeset 95416 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Jun 29, 2022 12:59:01 AM (2 years ago)
Author:
vboxsync
Message:

linux/vboxsf: Removed one RT_FALL_THRU() in vbsf_super_info_copy_remount_options that made no sense and didn't have any comment justifying it. bugref:10247

File:
1 edited

Legend:

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

    r95411 r95416  
    194194    if ((unsigned)info->length >= RT_UOFFSETOF(struct vbsf_mount_info_new, enmCacheMode)) {
    195195        switch (info->enmCacheMode) {
    196             case kVbsfCacheMode_Default: RT_FALL_THRU();
     196            case kVbsfCacheMode_Default:
    197197            case kVbsfCacheMode_Strict:
    198198                break;
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