mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Update xfsprogs to latest kernel headers and functions
Merge of master-melb:xfs-cmds:32070a by kenmcd.
This commit is contained in:
@@ -75,6 +75,7 @@ xfs_ioops_t
|
||||
xfs_mod_sb_t
|
||||
xfs_dqtrx_t
|
||||
xfs_dqtrxops_t
|
||||
xfs_ail_t
|
||||
xfs_ail_entry_t
|
||||
xfs_item_ops_t
|
||||
xfs_log_busy_slot_t
|
||||
@@ -88,17 +89,20 @@ xfs_alloc_arg_t
|
||||
xfs_attr_list_context_t
|
||||
xfs_attr_sf_sort_t
|
||||
xfs_bmbt_irec_t
|
||||
xfs_bmbt_rec_host_t
|
||||
xfs_bmap_free_item_t
|
||||
xfs_bmap_free_t
|
||||
xfs_bmalloca_t
|
||||
xfs_btree_cur_t
|
||||
xfs_buf_log_item_t
|
||||
xfs_buf_log_format_v1_t
|
||||
xfs_da_args_t
|
||||
xfs_dabuf_t
|
||||
xfs_da_state_blk_t
|
||||
xfs_da_state_path_t
|
||||
xfs_da_state_t
|
||||
xfs_dinode_t
|
||||
xfs_dircook_t
|
||||
xfs_dir2_block_t
|
||||
xfs_dir2_data_entry_t
|
||||
xfs_dir2_data_union_t
|
||||
@@ -107,6 +111,8 @@ xfs_dir2_put_args_t
|
||||
xfs_dir_put_args_t
|
||||
xfs_dir_sf_sort_t
|
||||
xfs_extent_t
|
||||
xfs_ext_irec_t
|
||||
xfs_extdelta_t
|
||||
xfs_flock64_t
|
||||
xfs_fsop_geom_v1_t
|
||||
xfs_growfs_data_t
|
||||
@@ -114,7 +120,12 @@ xfs_growfs_rt_t
|
||||
xfs_bstime_t
|
||||
xfs_bstat_t
|
||||
xfs_fsop_bulkreq_t
|
||||
xfs_icsb_cnts_t
|
||||
xfs_icdinode_t
|
||||
xfs_ictimestamp_t
|
||||
xfs_inobt_rec_incore_t
|
||||
xfs_inogrp_t
|
||||
xfs_fid2_t
|
||||
xfs_fsop_handlereq_t
|
||||
xfs_fsop_setdm_handlereq_t
|
||||
xfs_fsop_attrlist_handlereq_t
|
||||
@@ -178,6 +189,9 @@ $oprog | _type_size_filter > $progout
|
||||
if [ $XFSPROGS_VERSION -lt 20908 ]; then
|
||||
echo 'offsetof(xfs_sb_t, sb_bad_features2 ) = 204' >>$progout
|
||||
fi
|
||||
if [ $XFSPROGS_VERSION -lt 30000 ]; then
|
||||
echo 'sizeof( xfs_dsb_t ) = 208' >>$progout;
|
||||
fi
|
||||
|
||||
LC_COLLATE=POSIX sort $progout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user