[bootlin/training-materials updates] master: Block filesystems: minor improvement (b450901c)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Dec 8 09:48:16 CET 2021


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

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

commit b450901cd531fb41e07461f43af2d6638076e138
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Dec 8 08:25:39 2021 +0100

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


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

b450901cd531fb41e07461f43af2d6638076e138
 slides/sysdev-block-filesystems/sysdev-block-filesystems.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 602b6255..012f4a4f 100644
--- a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -112,8 +112,8 @@ major minor #blocks name
     \code{ext{2,3,4}} filesystems
     \begin{itemize}
     \item \code{ext2}
-    \item \code{ext3}, brought {\em journaling} compared to \code{ext2},
-	  now obsoleted by \code{ext4}.
+    \item \code{ext3}, brought {\em journaling} (explained next slide)
+          compared to \code{ext2}, now obsoleted by \code{ext4}.
     \item \code{ext4}, mainly brought performance improvements and
           support for very big partitions.
     \end{itemize}




More information about the training-materials-updates mailing list