From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17A48C433E1 for ; Tue, 7 Jul 2020 18:10:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E80DC20720 for ; Tue, 7 Jul 2020 18:10:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594145414; bh=rvnU/JSMgTQ4ezgAJ8wlMxfyHZRX9bjgixDnhUVnFuc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=T/00styeILmG0WtjEvaLXgo9VwYkvAV3ZmEqOOjD+F8Hg6/rUtYlRthRVEM7MJeGw QavitcAu8t+PaBUp7RMrZXLGFpOcgvX1o58J/VKP35h9Zf4Qwgdod3XLNVa0QS8mPC qeOVmD2n4WtortBl4m/VaVEaLM9NBNNF8nx7TROo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728379AbgGGSKL (ORCPT ); Tue, 7 Jul 2020 14:10:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:33256 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728036AbgGGSKK (ORCPT ); Tue, 7 Jul 2020 14:10:10 -0400 Received: from sol.localdomain (c-107-3-166-239.hsd1.ca.comcast.net [107.3.166.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6656420708; Tue, 7 Jul 2020 18:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594145409; bh=rvnU/JSMgTQ4ezgAJ8wlMxfyHZRX9bjgixDnhUVnFuc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f0bR1Iq6mutvhR5+xI2ajkl+iuZwNxvp8VjIWUA7BC2h0bwliZ6P1/89CTaxsVOFI IiiWWUHDcqqvH1GLqSyBVD38E9ETG70IpKSWfdhuvgJm5SEMFF16ghslfpKiXeRX/l 9TjgqN/cJDaq9wvjltU+DZmzK4ZiN8TuMNVpzE44= Date: Tue, 7 Jul 2020 11:10:08 -0700 From: Eric Biggers To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Ian Kent , autofs@vger.kernel.org, David Howells , linux-cachefs@redhat.com, Joel Becker , Christoph Hellwig , Alexander Viro , linux-fsdevel@vger.kernel.org, "Theodore Y . Ts'o" , linux-fscrypt@vger.kernel.org, Miklos Szeredi , linux-unionfs@vger.kernel.org Subject: Re: [PATCH 05/10] Documentation: filesystems: fsverity: drop doubled word Message-ID: <20200707181008.GC839@sol.localdomain> References: <20200703214325.31036-1-rdunlap@infradead.org> <20200703214325.31036-6-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200703214325.31036-6-rdunlap@infradead.org> Sender: linux-unionfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-unionfs@vger.kernel.org On Fri, Jul 03, 2020 at 02:43:20PM -0700, Randy Dunlap wrote: > Drop the doubled word "the". > > Signed-off-by: Randy Dunlap > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > Cc: Eric Biggers > Cc: Theodore Y. Ts'o > 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