[ROSAUTOTEST] Don't disallow buffering for journal file
authorPierre Schweitzer <pierre@reactos.org>
Fri, 3 May 2019 10:13:51 +0000 (12:13 +0200)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 4 May 2019 09:54:39 +0000 (11:54 +0200)
commit83d8fbf434e8c0b7c4ae550ce72e2f09c47020e5
tree780936fc6e68d6517cc1568cc226b2cc4ff7be46
parentab69736a1d9c76260c500b11491328244d027893
[ROSAUTOTEST] Don't disallow buffering for journal file

This fixes back journal in ReactOS "at low costs". Indeed,
because write are improperly aligned right now, journaling
just fails.
With that patch, Cc will take care of aligning writes and
journal will be written again. Because flush operations
happen at each and every write to the journal, we expect
changes to land on disk quickly (not as quickly as if
they were directly written). But that's a good trade off
between over engineering and fixing a broken feature.

CORE-15973
modules/rostests/rosautotest/CJournaledTestList.cpp