diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-03 14:43:20 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-05 14:44:29 -0600 |
commit | 59bc120ecd4f991f6c44d43ea3486b2d79644032 (patch) | |
tree | de3068967fb9787e726e5da8456f30c7228396f9 /Documentation/filesystems | |
parent | 2f32295ceed714bb51259f34aa8090ecb7174459 (diff) | |
download | linux-59bc120ecd4f991f6c44d43ea3486b2d79644032.tar.gz linux-59bc120ecd4f991f6c44d43ea3486b2d79644032.tar.bz2 linux-59bc120ecd4f991f6c44d43ea3486b2d79644032.zip |
Documentation: filesystems: fsverity: drop doubled word
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Eric Biggers <ebiggers@kernel.org>
Cc: Theodore Y. Ts'o <tytso@mit.edu>
Cc: linux-fscrypt@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-6-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/fsverity.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/fsverity.rst b/Documentation/filesystems/fsverity.rst index a95536b6443c..6c8944f6f0f7 100644 --- a/Documentation/filesystems/fsverity.rst +++ b/Documentation/filesystems/fsverity.rst @@ -659,7 +659,7 @@ weren't already directly answered in other parts of this document. retrofit existing filesystems with new consistency mechanisms. Data journalling is available on ext4, but is very slow. - - Rebuilding the the Merkle tree after every write, which would be + - Rebuilding the Merkle tree after every write, which would be extremely inefficient. Alternatively, a different authenticated dictionary structure such as an "authenticated skiplist" could be used. However, this would be far more complex. |