All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: guaneryu@gmail.com, darrick.wong@oracle.com
Cc: linux-xfs@vger.kernel.org, fstests@vger.kernel.org
Subject: [PATCH 5/5] xfs/122: fix for linux 5.7 stuff
Date: Thu, 23 Apr 2020 16:31:42 -0700	[thread overview]
Message-ID: <158768470283.3019327.12107082366634108750.stgit@magnolia> (raw)
In-Reply-To: <158768467175.3019327.8681440148230401150.stgit@magnolia>

From: Darrick J. Wong <darrick.wong@oracle.com>

Fix some regressions on xfsprogs 5.7.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 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


  parent reply	other threads:[~2020-04-23 23:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-23 23:31 [PATCH 0/5] fstests: random fixes Darrick J. Wong
2020-04-23 23:31 ` [PATCH 1/5] generic/590: fix the xfs feature detection logic Darrick J. Wong
2020-04-23 23:31 ` [PATCH 2/5] xfs/126: make sure we corrupt the attr leaf in a detectable way Darrick J. Wong
2020-04-27 17:58   ` Darrick J. Wong
2020-04-23 23:31 ` [PATCH 3/5] generic/570: don't run this test on systems supporting userspace hibernate Darrick J. Wong
2020-04-24  6:22   ` Christoph Hellwig
2020-04-23 23:31 ` [PATCH 4/5] xfs/30[78]: fix regressions due to strengthened AGF checks Darrick J. Wong
2020-04-24 10:30   ` Christoph Hellwig
2020-04-23 23:31 ` Darrick J. Wong [this message]
2020-04-24  6:23   ` [PATCH 5/5] xfs/122: fix for linux 5.7 stuff Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=158768470283.3019327.12107082366634108750.stgit@magnolia \
    --to=darrick.wong@oracle.com \
    --cc=fstests@vger.kernel.org \
    --cc=guaneryu@gmail.com \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.