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=-16.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 548EBC433DB for ; Sat, 13 Feb 2021 05:34:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2D54064E8D for ; Sat, 13 Feb 2021 05:34:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230456AbhBMFem (ORCPT ); Sat, 13 Feb 2021 00:34:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:56294 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230416AbhBMFek (ORCPT ); Sat, 13 Feb 2021 00:34:40 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3CDF664E9A; Sat, 13 Feb 2021 05:33:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613194423; bh=yUB8d38HfpbDCRPHNKnnorSrkrAJTVvygBH4h4lHOZY=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=U5bt1+b4GTycQu8hbnE+CJ1tAdjU7Cm3YCNQokrpwFoND+3Im+82nZ0N88WoN11kt 8q6yVYra52LagsQstNHj/E6KxGGMoPffyZSCBl/WRUku+beMJaM+6qcvWnvIqNOda3 H0LIQwsnuj+l4o06FoWOR0YM+dRgfNjPPeXr6sZlKAbq6dOz6N6RCKtVLEnI6X1OBB TEdP+W3WOC13c1O5vse1ofTnbM6IMCJB0SpZk1g2hZIit/40kEjQwGJxtrY8Aj/z7V oxwVre5o0PZgPaNDo0R9EIIOnnI8eszxOYSS3Mwp+jMVnTrmObO02LYmOYvGXWfPvK sHh+NGYxLtGCA== Subject: [PATCH 2/3] xfs/122: embiggen struct xfs_agi size for inobtcount feature From: "Darrick J. Wong" To: djwong@kernel.org Cc: Brian Foster , linux-xfs@vger.kernel.org Date: Fri, 12 Feb 2021 21:33:42 -0800 Message-ID: <161319442288.403510.14136573891346236052.stgit@magnolia> In-Reply-To: <161319441183.403510.7352964287278809555.stgit@magnolia> References: <161319441183.403510.7352964287278809555.stgit@magnolia> User-Agent: StGit/0.19 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org From: Darrick J. Wong Make the expected AGI size larger for the inobtcount feature. Signed-off-by: Darrick J. Wong Reviewed-by: Brian Foster --- tests/xfs/122.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/122.out b/tests/xfs/122.out index cfe09c6d..b0773756 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -113,7 +113,7 @@ sizeof(struct xfs_scrub_metadata) = 64 sizeof(struct xfs_unmount_log_format) = 8 sizeof(xfs_agf_t) = 224 sizeof(xfs_agfl_t) = 36 -sizeof(xfs_agi_t) = 336 +sizeof(xfs_agi_t) = 344 sizeof(xfs_alloc_key_t) = 8 sizeof(xfs_alloc_rec_incore_t) = 8 sizeof(xfs_alloc_rec_t) = 8