[FE training-materials-updates] sysdev-block-filesystems: xz is not encryption but compression

Gregory Clement gregory.clement at free-electrons.com
Wed Sep 10 11:13:33 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=ed09c597ab9f7edea1c3217be46f33a294490fa1

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

commit ed09c597ab9f7edea1c3217be46f33a294490fa1
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Wed Sep 10 10:46:24 2014 +0200

    sysdev-block-filesystems: xz is not encryption but compression
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


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

ed09c597ab9f7edea1c3217be46f33a294490fa1
 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 14bd357..80922ae 100644
--- a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -173,7 +173,7 @@ major minor #blocks name
   \item Supports LZO compression for better performance on embedded
     systems with slow CPUs (at the expense of a slightly degraded
     compression rate)
-  \item Now supports XZ encryption, for a much better compression rate,
+  \item Now supports XZ algorithm, for a much better compression rate,
         at the expense of higher CPU usage and time.
   \end{itemize}
   Benchmarks: (roughly 3 times smaller than ext3, and 2-4 times faster)\\



More information about the training-materials-updates mailing list