From patchwork Tue Jan 24 17:08:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 9535557 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E7D42604A0 for ; Tue, 24 Jan 2017 17:08:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D72D926907 for ; Tue, 24 Jan 2017 17:08:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BDC1826C2F; Tue, 24 Jan 2017 17:08:57 +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=-6.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY 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 724F6269E2 for ; Tue, 24 Jan 2017 17:08:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750782AbdAXRI4 (ORCPT ); Tue, 24 Jan 2017 12:08:56 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:34032 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbdAXRI4 (ORCPT ); Tue, 24 Jan 2017 12:08:56 -0500 Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v0OH8Uh4003016 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 24 Jan 2017 17:08:30 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0021.oracle.com (8.13.8/8.14.4) with ESMTP id v0OH8UT7003964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 24 Jan 2017 17:08:30 GMT Received: from abhmp0001.oracle.com (abhmp0001.oracle.com [141.146.116.7]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v0OH8TPg014814; Tue, 24 Jan 2017 17:08:29 GMT Received: from localhost (/24.21.211.40) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 24 Jan 2017 09:08:29 -0800 Date: Tue, 24 Jan 2017 09:08:19 -0800 From: "Darrick J. Wong" To: Eryu Guan Cc: Christoph Hellwig , linux-xfs@vger.kernel.org, fstests@vger.kernel.org Subject: [PATCH] xfs/122: reduce xfs_dsb_t size Message-ID: <20170124170819.GP14033@birch.djwong.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP We're not going to do reverse-mapping on the realtime device for some time, so let's fix xfs/122 in the meantime. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig --- tests/xfs/122.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/tests/xfs/122.out b/tests/xfs/122.out index 67f7698..168cfd5 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -138,7 +138,7 @@ sizeof(xfs_dir2_sf_off_t) = 2 sizeof(xfs_disk_dquot_t) = 104 sizeof(xfs_dq_logformat_t) = 24 sizeof(xfs_dqblk_t) = 136 -sizeof(xfs_dsb_t) = 272 +sizeof(xfs_dsb_t) = 264 sizeof(xfs_efd_log_format_32_t) = 28 sizeof(xfs_efd_log_format_64_t) = 32 sizeof(xfs_efi_log_format_32_t) = 28