From: Joel Stanley Date: Wed, 5 Oct 2022 03:09:04 +0000 (+1030) Subject: Documentation: ubifs: Fix compression idiom X-Git-Tag: v6.1-rc1~32^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f5cae9b0e815c27b614e761b065129b8481821a;p=thirdparty%2Fkernel%2Flinux.git Documentation: ubifs: Fix compression idiom Clearly the author meant 'on the fly'. Signed-off-by: Joel Stanley Link: https://lore.kernel.org/r/20221005030904.65604-1-joel@jms.id.au Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/filesystems/ubifs.rst b/Documentation/filesystems/ubifs.rst index e6ee997625345..ced2f7679ddb5 100644 --- a/Documentation/filesystems/ubifs.rst +++ b/Documentation/filesystems/ubifs.rst @@ -59,7 +59,7 @@ differences. * JFFS2 is a write-through file-system, while UBIFS supports write-back, which makes UBIFS much faster on writes. -Similarly to JFFS2, UBIFS supports on-the-flight compression which makes +Similarly to JFFS2, UBIFS supports on-the-fly compression which makes it possible to fit quite a lot of data to the flash. Similarly to JFFS2, UBIFS is tolerant of unclean reboots and power-cuts.