[bootlin/training-materials updates] master: slides/boot-time-filesystems: stop mentioning jfs and reiserfs (8e3c46c4)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Jun 13 20:03:49 CEST 2023


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

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

commit 8e3c46c407f99f30c8f0ed814df36bfb2f6462a6
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Jun 13 20:03:49 2023 +0200

    slides/boot-time-filesystems: stop mentioning jfs and reiserfs
    
    Deprecated or not actively maintained
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

8e3c46c407f99f30c8f0ed814df36bfb2f6462a6
 slides/boot-time-filesystems/boot-time-filesystems.tex | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/slides/boot-time-filesystems/boot-time-filesystems.tex b/slides/boot-time-filesystems/boot-time-filesystems.tex
index 93eef10c..9e1762bd 100644
--- a/slides/boot-time-filesystems/boot-time-filesystems.tex
+++ b/slides/boot-time-filesystems/boot-time-filesystems.tex
@@ -21,8 +21,7 @@ we work on in boot time projects.
 \item Block storage (including memory cards, eMMC)
       \begin{itemize}
       \item ext2, ext4
-      \item xfs, jfs, reiserfs
-      \item btrfs
+      \item xfs, btrfs
       \item f2fs
       \item SquashFS, EROFS
       \end{itemize}
@@ -45,7 +44,7 @@ See our embedded Linux training materials for full details:
 For block storage
 \begin{itemize}
 \item ext4: pretty good read and write performance.
-\item xfs, jfs, reiserfs: can be good in some read or write scenarii
+\item xfs: can be good in some read or write scenarii
       as well.
 \item btrfs, f2fs: can achieve best read and write performance,
       taking advantage of the characteristics of flash-based block




More information about the training-materials-updates mailing list