|
@@ -59,7 +59,6 @@ void MultiFileAllocationIterator::allocateChunk()
|
|
|
FileEntryHandle fileEntry = entry->getFileEntry();
|
|
|
// Open file before calling DiskWriterEntry::size()
|
|
|
_diskAdaptor->openIfNot(entry, &DiskWriterEntry::openFile);
|
|
|
- entry->enableDirectIO();
|
|
|
if(entry->needsFileAllocation() && entry->size() < fileEntry->getLength()) {
|
|
|
// Calling private function of MultiDiskAdaptor.
|
|
|
_fileAllocationIterator.reset
|