From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:52156 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725935AbfGaLn1 (ORCPT ); Wed, 31 Jul 2019 07:43:27 -0400 Date: Wed, 31 Jul 2019 07:43:25 -0400 From: Brian Foster Subject: Re: [PATCH 1/4] xfs/122: ignore inode geometry structure Message-ID: <20190731114324.GD34040@bfoster> References: <156394159426.1850833.16316913520596851191.stgit@magnolia> <156394160033.1850833.3353358773089273571.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <156394160033.1850833.3353358773089273571.stgit@magnolia> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: "Darrick J. Wong" Cc: guaneryu@gmail.com, linux-xfs@vger.kernel.org, fstests@vger.kernel.org On Tue, Jul 23, 2019 at 09:13:20PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong > > Ignore new in-core structure. > > Signed-off-by: Darrick J. Wong > --- Reviewed-by: Brian Foster > tests/xfs/122 | 1 + > 1 file changed, 1 insertion(+) > > > diff --git a/tests/xfs/122 b/tests/xfs/122 > index b66b78a6..89a39a23 100755 > --- a/tests/xfs/122 > +++ b/tests/xfs/122 > @@ -177,6 +177,7 @@ xfs_dirent_t > xfs_fsop_getparents_handlereq_t > xfs_dinode_core_t > struct xfs_iext_cursor > +struct xfs_ino_geometry > EOF > > echo 'int main(int argc, char *argv[]) {' >>$cprog >