[bootlin/training-materials updates] master: Boot time: correct detail about JFFS2 (24b6e49a)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Oct 26 20:55:55 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/24b6e49a773393b667fa954551938ec201abd60b

>---------------------------------------------------------------

commit 24b6e49a773393b667fa954551938ec201abd60b
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Oct 26 20:55:55 2021 +0200

    Boot time: correct detail about JFFS2
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

24b6e49a773393b667fa954551938ec201abd60b
 slides/boot-time-filesystems/boot-time-filesystems.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/boot-time-filesystems/boot-time-filesystems.tex b/slides/boot-time-filesystems/boot-time-filesystems.tex
index 52cd12a0..5455927e 100644
--- a/slides/boot-time-filesystems/boot-time-filesystems.tex
+++ b/slides/boot-time-filesystems/boot-time-filesystems.tex
@@ -62,7 +62,7 @@ For block storage
 For raw flash storage
 \begin{itemize}
 \item Mount time depending on filesystem size: the kernel has to
-      scan the whole filesystem at mount time, to read which block
+      scan the whole storage at mount time, to read which block
       belongs to each file.
 \item Need to use the \kconfig{CONFIG_JFFS2_SUMMARY} kernel option
       to store such information in flash. This dramatically reduces




More information about the training-materials-updates mailing list