xfs/122: fix test for xfs_attr_shortform_t conversion

The typedef xfs_attr_shortform_t was converted to a struct in 5.10.
Update this test to pass.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Darrick J. Wong
2021-03-08 20:40:42 -08:00
committed by Eryu Guan
parent 1e3cf5aeb5
commit 8df851f5a1
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -72,7 +72,6 @@ for hdr in /usr/include/xfs/xfs*.h; do
done
# missing:
# xfs_attr_shortform_t
# xfs_trans_header_t
cat >$tmp.ignore <<EOF
+1
View File
@@ -62,6 +62,7 @@ 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
sizeof(struct xfs_attr_shortform) = 8
sizeof(struct xfs_btree_block) = 72
sizeof(struct xfs_btree_block_lhdr) = 64
sizeof(struct xfs_btree_block_shdr) = 48