From 35200671b31e999a110f9b75e12ab94d53e66c79 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Thu, 23 Apr 2020 16:31:42 -0700 Subject: [PATCH] xfs/122: fix for linux 5.7 stuff Fix some regressions on xfsprogs 5.7. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Eryu Guan --- tests/xfs/122 | 2 ++ tests/xfs/122.out | 1 + 2 files changed, 3 insertions(+) diff --git a/tests/xfs/122 b/tests/xfs/122 index 64b63cb1..dbf3a22b 100755 --- a/tests/xfs/122 +++ b/tests/xfs/122 @@ -181,6 +181,8 @@ xfs_fsop_getparents_handlereq_t xfs_dinode_core_t struct xfs_iext_cursor struct xfs_ino_geometry +struct xfs_attrlist +struct xfs_attrlist_ent EOF echo 'int main(int argc, char *argv[]) {' >>$cprog diff --git a/tests/xfs/122.out b/tests/xfs/122.out index 91a3bdae..45c42e59 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -58,6 +58,7 @@ offsetof(xfs_sb_t, sb_width) = 188 sizeof(struct xfs_acl) = 4 sizeof(struct xfs_acl_entry) = 12 sizeof(struct xfs_ag_geometry) = 128 +sizeof(struct xfs_agfl) = 36 sizeof(struct xfs_attr3_leaf_hdr) = 80 sizeof(struct xfs_attr3_leafblock) = 88 sizeof(struct xfs_attr3_rmt_hdr) = 56 -- 2.39.5