Update xfsprogs to latest kernel headers and functions
[xfstests-dev.git] / tools / srcdiff
index 9840e466c84d602f4f458f53b9d143032d30051b..7a9fdf0decc458da7416224be38cc458955969c2 100755 (executable)
@@ -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";