diff options
author | Joel Stanley <joel@jms.id.au> | 2022-10-05 05:09:04 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-10-10 21:01:10 +0200 |
commit | 5f5cae9b0e815c27b614e761b065129b8481821a (patch) | |
tree | b0eb4124e6b282db2bde981dbf6b5525e9d11b50 /Documentation | |
parent | Documentation/mm/page_owner.rst: delete frequently changing experimental data (diff) | |
download | linux-5f5cae9b0e815c27b614e761b065129b8481821a.tar.xz linux-5f5cae9b0e815c27b614e761b065129b8481821a.zip |
Documentation: ubifs: Fix compression idiom
Clearly the author meant 'on the fly'.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20221005030904.65604-1-joel@jms.id.au
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/ubifs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ubifs.rst b/Documentation/filesystems/ubifs.rst index e6ee99762534..ced2f7679ddb 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. |