Message ID | 20200703214325.31036-6-rdunlap@infradead.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Documentation: filesystems: eliminate duplicated words | expand |
On Fri, Jul 03, 2020 at 02:43:20PM -0700, Randy Dunlap wrote: > 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 > --- > Documentation/filesystems/fsverity.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200701.orig/Documentation/filesystems/fsverity.rst > +++ linux-next-20200701/Documentation/filesystems/fsverity.rst > @@ -659,7 +659,7 @@ weren't already directly answered in oth > 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. Acked-by: Eric Biggers <ebiggers@google.com>
--- linux-next-20200701.orig/Documentation/filesystems/fsverity.rst +++ linux-next-20200701/Documentation/filesystems/fsverity.rst @@ -659,7 +659,7 @@ weren't already directly answered in oth 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.
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 --- Documentation/filesystems/fsverity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)