From 4d0f696bab3cce4ff221bc30060b0d46043014b3 Mon Sep 17 00:00:00 2001 From: Martin Erik Werner Date: Wed, 21 Sep 2022 00:13:52 +0200 Subject: [PATCH] mtd-www: UBIFS: fix some incorrect hyperlinks Signed-off-by: Martin Erik Werner Signed-off-by: David Oberhollenzer --- doc/ubifs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ubifs.xml b/doc/ubifs.xml index 6520d79..aab5d15 100644 --- a/doc/ubifs.xml +++ b/doc/ubifs.xml @@ -542,7 +542,7 @@ following is a list of useful hints and advices.

-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.
  • Always keep in mind the above statement from the manual pages and run 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