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:
@@ -137,7 +137,7 @@ RCODE F_FileHdl::openOrCreate(
|
||||
|
||||
// Only enable asynchronous writes if direct I/O is enabled.
|
||||
|
||||
if (m_bDoDirectIO)
|
||||
if (m_bDoDirectIO && pFileSystem->canDoAsync())
|
||||
{
|
||||
m_bCanDoAsync = TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user