From patchwork Wed Dec 5 01:24:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10712871 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EB6BC14E2 for ; Wed, 5 Dec 2018 01:24:05 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D763328B94 for ; Wed, 5 Dec 2018 01:24:05 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CAE9228CF0; Wed, 5 Dec 2018 01:24:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6B4F128B94 for ; Wed, 5 Dec 2018 01:24:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726722AbeLEBYF (ORCPT ); Tue, 4 Dec 2018 20:24:05 -0500 Received: from merlin.infradead.org ([205.233.59.134]:59968 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726031AbeLEBYF (ORCPT ); Tue, 4 Dec 2018 20:24:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=irdhdcA5HvO/NCCwOIofhS7DDUGrRjW3mkiSIz3agbc=; b=nRTrmMZufv7VjiKjl91ejQZDS3 ewr/Rf1wT4V57dxsskdMbdQ9fJXOq7etPsNAg/bFXl8soPCl/wT01VFJcuNm6hMDHxyfo6cBXLNln 9YH/WgXbl77je8gayheXjJN3UhovJGTdOQAVdV9ldPP5iLWnbV/E2rjclLHFY7cCY6mxdsJRZRdyA ApuGYNmH51Ife1sY0VGABMeYUCOfmHB89xn1tYYmvyoQzSMh9f7F5ct997RMCUb/35Pu3DxVWqzdZ czpVCwOEy0wqStfLj5Q1mw+/z8D/rVX6YZKeAsnl/4opcahx/fqR0/nd/sX6P0tL0fD1wnBjQK02m bgnXSHFQ==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by merlin.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gULv0-0007Mw-6U; Wed, 05 Dec 2018 01:24:02 +0000 To: Linux FS Devel , linux-fscrypt@vger.kernel.org Cc: Eric Biggers , "Theodore Y. Ts'o" From: Randy Dunlap Subject: [PATCH -next] fsverity: fix Documentation typo Message-ID: <27be2f83-ea37-5818-9709-7e6c11c73b79@infradead.org> Date: Tue, 4 Dec 2018 17:24:00 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-fscrypt-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fscrypt@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap Fix a typo in fsverity.rst. Signed-off-by: Randy Dunlap Cc: Eric Biggers Cc: Theodore Y. Ts'o Cc: linux-fscrypt@vger.kernel.org Cc: linux-fsdevel@vger.kernel.org --- Documentation/filesystems/fsverity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20181204.orig/Documentation/filesystems/fsverity.rst +++ linux-next-20181204/Documentation/filesystems/fsverity.rst @@ -269,7 +269,7 @@ file as being in the "fsveritysetup" for fs-verity footer if zeroes have been appended. The kernel cannot handle fs-verity footers that cross a page boundary. -Padding must be prepended as needed to meet this constaint. +Padding must be prepended as needed to meet this constraint. Filesystem support ==================