From 4d0f696bab3cce4ff221bc30060b0d46043014b3 Mon Sep 17 00:00:00 2001
From: Martin Erik Werner
-o sync
option when mounting UBIFS; however, the file
system performance will drop - be careful. Also remember that UBIFS
mounted in synchronous mode provides less guarantees than JFFS2 - refer
- this section for details.
+ this section for details.
fsync()
for all important files you change; of
@@ -1104,7 +1104,7 @@ not compress.
Well, this does not sound as a big issue. However, compression becomes an issue for free space reporting when compression is combined with -write-back. Namely, UBIFS cannot know how +write-back. Namely, UBIFS cannot know how well the cached dirty data would compress, and the only way to find this out is to actually compress it. See below.
-- 2.49.0