From: Darrick J. Wong Date: Thu, 16 Nov 2017 01:22:50 +0000 (-0800) Subject: xfs/122: don't check xfs_iext_cursor X-Git-Tag: v2022.05.01~1775 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=6ee333cec470933d3b284cc8776d1a0d802b24e9 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 Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/122 b/tests/xfs/122 index f39cebaf..671a77bc 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