[bootlin/training-materials updates] master: Block filesystems: minor clarification (62e21e8b)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Nov 16 08:47:05 CET 2021


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

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

commit 62e21e8bfb2bf619dc55f3cfcd5ff439f0de8264
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Nov 16 08:47:05 2021 +0100

    Block filesystems: minor clarification
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

62e21e8bfb2bf619dc55f3cfcd5ff439f0de8264
 slides/sysdev-block-filesystems/sysdev-block-filesystems.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 5d652b5a..89a8f88b 100644
--- a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -360,7 +360,7 @@ major minor #blocks name
       from mistakes and data corruption.
     \item A read-write partition with a journaled filesystem (like \code{ext4})\\
       Used to store user or configuration data.\\
-      Guarantees filesystem integrity after power off or crashes.
+      Journaling guarantees filesystem integrity after power off or crashes.
     \item Ram storage for temporary files (\code{tmpfs})
     \end{itemize}
     \column{0.3\textwidth}




More information about the training-materials-updates mailing list