diff mbox series

[1/4] xfs/122: ignore inode geometry structure

Message ID 156394160033.1850833.3353358773089273571.stgit@magnolia (mailing list archive)
State New, archived
Headers show
Series xfs: fixes and new tests for bulkstat v5 | expand

Commit Message

Darrick J. Wong July 24, 2019, 4:13 a.m. UTC
From: Darrick J. Wong <darrick.wong@oracle.com>

Ignore new in-core structure.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 tests/xfs/122 |    1 +
 1 file changed, 1 insertion(+)

Comments

Brian Foster July 31, 2019, 11:43 a.m. UTC | #1
On Tue, Jul 23, 2019 at 09:13:20PM -0700, Darrick J. Wong wrote:
> From: Darrick J. Wong <darrick.wong@oracle.com>
> 
> Ignore new in-core structure.
> 
> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
> ---

Reviewed-by: Brian Foster <bfoster@redhat.com>

>  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
>
diff mbox series

Patch

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