VirtualBox

Changeset 32593 in vbox


Ignore:
Timestamp:
Sep 17, 2010 11:37:50 AM (14 years ago)
Author:
vboxsync
Message:

Main: don't warn the user for the ext4/xfs bug if Linux >= 2.6.36-rc4 is detected (version check refined)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r32570 r32593  
    27242724                char szOsRelease[128];
    27252725                rc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szOsRelease, sizeof(szOsRelease));
    2726                 bool fKernelHasODirectBug = RT_FAILURE(rc) || RTStrVersionCompare(szOsRelease, "2.6.36") < 0;
     2726                bool fKernelHasODirectBug =    RT_FAILURE(rc)
     2727                                            || (RTStrVersionCompare(szOsRelease, "2.6.36-rc4") < 0);
    27272728
    27282729                if (   (uCaps & MediumFormatCapabilities_Asynchronous)
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