On Fri, Jul 03, 2020 at 02:43:20PM -0700, Randy Dunlap wrote: > Drop the doubled word "the". > > Signed-off-by: Randy Dunlap <rdun...@infradead.org> > Cc: Jonathan Corbet <cor...@lwn.net> > Cc: linux-...@vger.kernel.org > Cc: Eric Biggers <ebigg...@kernel.org> > Cc: Theodore Y. Ts'o <ty...@mit.edu> > Cc: linux-fscr...@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 <ebigg...@google.com>