From patchwork Fri Apr 15 00:50:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthew G McGovern X-Patchwork-Id: 1617518 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=mcgov.dev header.i=@mcgov.dev header.a=rsa-sha256 header.s=protonmail header.b=d19ktSKd; dkim-atps=neutral Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4Kfd783hPjz9sFy for ; Fri, 15 Apr 2022 10:51:16 +1000 (AEST) Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4Kfd765Vj1z4xLT for ; Fri, 15 Apr 2022 10:51:14 +1000 (AEST) Received: by gandalf.ozlabs.org (Postfix) id 4Kfd765Lxwz4xR9; Fri, 15 Apr 2022 10:51:14 +1000 (AEST) Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: gandalf.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-ext4-owner@vger.kernel.org; receiver=) Authentication-Results: gandalf.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=mcgov.dev header.i=@mcgov.dev header.a=rsa-sha256 header.s=protonmail header.b=d19ktSKd; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4Kfd744Ktmz4xLT for ; Fri, 15 Apr 2022 10:51:12 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348233AbiDOAxg (ORCPT ); Thu, 14 Apr 2022 20:53:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44208 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348224AbiDOAxd (ORCPT ); Thu, 14 Apr 2022 20:53:33 -0400 Received: from mail-4323.proton.ch (mail-4323.proton.ch [185.70.43.23]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6464E9D07B for ; Thu, 14 Apr 2022 17:51:05 -0700 (PDT) Date: Fri, 15 Apr 2022 00:50:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mcgov.dev; s=protonmail; t=1649983862; bh=nRg1rGGKTHwwwMz7dHwIsyPgFa89CdtikGbpSnunfhE=; h=Date:To:From:Reply-To:Subject:Message-ID:From:To:Cc:Date:Subject: Reply-To:Feedback-ID:Message-ID; b=d19ktSKdSiFg+EOkCiUiWfBsmSGRqhdCaX/OvOAyHqhBoqxyW/Ki5UiiPPZ8OkjxY WgAmDdxwB/Vall8mRTJnNPedUYOCWgJ27vZcRaW6/EfBI0ppluLyitZfXNnVh7AkR3 jCoLVElZOrm2cDvf82n24Uq34v7xGlEdL17eH+xJJcQqnyo2eKfOV/GEhb0x/5ibJY +788fGBFm0p14PeS/7d9+op2uWvLQ8tKeLyUirGaWqNY85okT2usk5SIN9L/BeV1Ge fHVEqXAo9LF13nMWwodTrpaxLYDv9Rl6U0UgJ7peuhtMjLYvi6OZ/hIFEdKksgBCN5 YCuy3vovxyvdg== To: "linux-ext4@vger.kernel.org" From: Matthew G McGovern Reply-To: Matthew G McGovern Subject: [PATCH] Ext4 Documentation: ext4_xattr_header struct size fix Message-ID: MIME-Version: 1.0 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org From: "Matthew G. McGovern" Date: Wed, 13 Apr 2022 15:48:15 -0700 Subject: [PATCH] Ext4 Documentation: ext4_xattr_header struct size fix An ext4 struct has the wrong array size for a field in the docs. - Document correct array size (3) for ext4_xattr_header.h_reserved Signed-off-by: Matthew G. McGovern Reviewed-by: Darrick J. Wong --- Documentation/filesystems/ext4/attributes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: 96485e4462604744d66bf4301557d996d80b85eb -- 2.25.1 diff --git a/Documentation/filesystems/ext4/attributes.rst b/Documentation/filesystems/ext4/attributes.rst index 54386a010a8d..871d2da7a0a9 100644 --- a/Documentation/filesystems/ext4/attributes.rst +++ b/Documentation/filesystems/ext4/attributes.rst @@ -76,7 +76,7 @@ The beginning of an extended attribute block is in - Checksum of the extended attribute block. * - 0x14 - \_\_u32 - - h\_reserved[2] + - h\_reserved[3] - Zero. The checksum is calculated against the FS UUID, the 64-bit block number