--- a/persistentstorage/store/INC/S32FILE.INL Wed Sep 15 14:05:58 2010 +0300
+++ b/persistentstorage/store/INC/S32FILE.INL Wed Oct 13 16:30:44 2010 +0300
@@ -296,7 +296,6 @@
{
// When the file server write caching is enabled, the order of file write operations is not guaranteed. This could cause data inconsistency in some circumstances,
// for example, when the power is lost in the middle of a database transaction. Therefore, the file write caching is disabled for this file to maintain integrity.
-
if ((aFileMode&EFileWrite) != 0)
{
aFileMode |= EFileWriteDirectIO;