VirtualBox

Changeset 43046 in vbox for trunk/src/VBox/Runtime/r3/posix


Ignore:
Timestamp:
Aug 28, 2012 2:42:11 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80380
Message:

iprt: detect ocfs2

File:
1 edited

Legend:

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

    r40101 r43046  
    242242                            else if (!strcmp("nfs4", mntEnt.mnt_type))
    243243                                *penmType = RTFSTYPE_NFS;
     244                            else if (!strcmp("ocfs2", mntEnt.mnt_type))
     245                                *penmType = RTFSTYPE_OCFS2;
    244246                            else if (!strcmp("sysfs", mntEnt.mnt_type))
    245247                                *penmType = RTFSTYPE_SYSFS;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette