aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2017-11-15 17:22:50 -0800
committerEryu Guan <eguan@redhat.com>2017-11-16 12:24:35 +0800
commit6ee333cec470933d3b284cc8776d1a0d802b24e9 (patch)
treef29629a20efab4770618ec9a2eccb9e2e36f30fa
parentdca11687378809f6a84da8f957ed45dd8fed4567 (diff)
downloadxfstests-6ee333cec470933d3b284cc8776d1a0d802b24e9.tar.gz
xfs/122: don't check xfs_iext_cursor
Don't size-check the incore extent map cursor; it's not a disk structure. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
-rwxr-xr-xtests/xfs/1221
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/xfs/122 b/tests/xfs/122
index f39cebaf34..671a77bcef 100755
--- a/tests/xfs/122
+++ b/tests/xfs/122
@@ -187,6 +187,7 @@ xfs_trans_t
xfs_dirent_t
xfs_fsop_getparents_handlereq_t
xfs_dinode_core_t
+struct xfs_iext_cursor
EOF
echo 'int main(int argc, char *argv[]) {' >>$cprog