From 6ee333cec470933d3b284cc8776d1a0d802b24e9 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 15 Nov 2017 17:22:50 -0800 Subject: [PATCH] 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 --- tests/xfs/122 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3