mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Eryu Guan
parent
1e3cf5aeb5
commit
8df851f5a1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user