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:
+5
-6
@@ -58,10 +58,10 @@ my @difflist = qw(
|
||||
xfs_ag.h xfs_alloc.h xfs_alloc_btree.h xfs_arch.h
|
||||
xfs_attr_leaf.h xfs_attr_sf.h xfs_bit.h xfs_bmap.h
|
||||
xfs_bmap_btree.h xfs_btree.h xfs_buf_item.h
|
||||
xfs_da_btree.h xfs_dfrag.h xfs_dinode.h xfs_dir.h
|
||||
xfs_da_btree.h xfs_dfrag.h xfs_dinode.h
|
||||
xfs_dir2.h xfs_dir2_block.h xfs_dir2_data.h
|
||||
xfs_dir2_leaf.h xfs_dir2_node.h xfs_dir2_sf.h
|
||||
xfs_dir_leaf.h xfs_dir_sf.h xfs_extfree_item.h xfs_ialloc.h
|
||||
xfs_extfree_item.h xfs_ialloc.h
|
||||
xfs_imap.h xfs_ialloc_btree.h xfs_inode.h xfs_inode_item.h
|
||||
xfs_inum.h xfs_log.h xfs_log_priv.h xfs_log_recover.h
|
||||
xfs_mount.h xfs_quota.h xfs_rtalloc.h
|
||||
@@ -286,10 +286,9 @@ sub functiondiff {
|
||||
my @funclist = qw(
|
||||
xfs_alloc.c xfs_alloc_btree.c xfs_attr.c xfs_attr_leaf.c
|
||||
xfs_bmap.c xfs_bmap_btree.c xfs_btree.c xfs_da_btree.c
|
||||
xfs_dir.c xfs_dir2.c xfs_dir2_block.c xfs_dir2_data.c
|
||||
xfs_dir2_leaf.c xfs_dir2_node.c xfs_dir2_sf.c
|
||||
xfs_dir_leaf.c xfs_ialloc.c xfs_ialloc_btree.c
|
||||
xfs_inode.c xfs_rtalloc.c xfs_mount.c xfs_trans.c
|
||||
xfs_dir2.c xfs_dir2_block.c xfs_dir2_data.c xfs_dir2_leaf.c
|
||||
xfs_dir2_node.c xfs_dir2_sf.c xfs_ialloc.c xfs_ialloc_btree.c
|
||||
xfs_inode.c xfs_mount.c xfs_rtalloc.c xfs_trans.c
|
||||
);
|
||||
|
||||
print "\n=== Checking libxfs code ===\n";
|
||||
|
||||
Reference in New Issue
Block a user