mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
update to reflect the xfs_log_recover.c code moving into libxlog.
This commit is contained in:
+3
-3
@@ -250,7 +250,7 @@ sub functiondiff {
|
||||
print "( Total: $count routine$plural checked in $file )\n" unless ($quiet);
|
||||
}
|
||||
|
||||
# cmd/xfsprogs/{libxfs,logprint}/* fs/xfs/*
|
||||
# cmd/xfsprogs/{libxfs,libxlog}/* fs/xfs/*
|
||||
my @funclist = qw(
|
||||
xfs_alloc.c xfs_alloc_btree.c xfs_attr_leaf.c xfs_bit.c
|
||||
xfs_bmap.c xfs_bmap_btree.c xfs_btree.c xfs_da_btree.c
|
||||
@@ -265,5 +265,5 @@ print "\n=== Checking libxfs code ===\n";
|
||||
foreach (@funclist) {
|
||||
functiondiff $_, 'cmd/xfsprogs/libxfs', 'linux/fs/xfs';
|
||||
}
|
||||
print "\n=== Checking logprint code ===\n";
|
||||
functiondiff 'xfs_log_recover.c', 'cmd/xfsprogs/logprint', 'linux/fs/xfs';
|
||||
print "\n=== Checking libxlog code ===\n";
|
||||
functiondiff 'xfs_log_recover.c', 'cmd/xfsprogs/libxlog', 'linux/fs/xfs';
|
||||
|
||||
Reference in New Issue
Block a user