VirtualBox

Changeset 35015 in vbox


Ignore:
Timestamp:
Dec 13, 2010 2:36:50 PM (14 years ago)
Author:
vboxsync
Message:

Runtime/fs: "fuseblk" is RTFSTYPE_FUSE as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp

    r33540 r35015  
    247247                                *penmType = RTFSTYPE_PROC;
    248248                            else if (   !strcmp("fuse", mntEnt.mnt_type)
    249                                      || !strncmp("fuse.", mntEnt.mnt_type, 5))
     249                                     || !strncmp("fuse.", mntEnt.mnt_type, 5)
     250                                     || !strcmp("fuseblk", mntEnt.mnt_type))
    250251                                *penmType = RTFSTYPE_FUSE;
    251252                            else
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