More changes to support X-FLAIM.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@376 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -207,14 +207,20 @@ RCODE F_FileHdl::openOrCreate(
|
||||
(uiMajor == 2 && uiMinor == 6 && uiRevision >= 5))
|
||||
{
|
||||
openFlags |= O_DIRECT;
|
||||
m_bCanDoAsync = TRUE;
|
||||
if( pFileSystem->canDoAsync())
|
||||
{
|
||||
m_bCanDoAsync = TRUE;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
bDoDirectIO = FALSE;
|
||||
}
|
||||
#elif defined( FLM_SOLARIS)
|
||||
m_bCanDoAsync = TRUE;
|
||||
if( pFileSystem->canDoAsync())
|
||||
{
|
||||
m_bCanDoAsync = TRUE;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user