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:
@@ -4,4 +4,4 @@ QA output created by 040
|
|||||||
|
|
||||||
=== Checking libxfs code ===
|
=== Checking libxfs code ===
|
||||||
|
|
||||||
=== Checking logprint code ===
|
=== Checking libxlog code ===
|
||||||
|
|||||||
+3
-3
@@ -250,7 +250,7 @@ sub functiondiff {
|
|||||||
print "( Total: $count routine$plural checked in $file )\n" unless ($quiet);
|
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(
|
my @funclist = qw(
|
||||||
xfs_alloc.c xfs_alloc_btree.c xfs_attr_leaf.c xfs_bit.c
|
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
|
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) {
|
foreach (@funclist) {
|
||||||
functiondiff $_, 'cmd/xfsprogs/libxfs', 'linux/fs/xfs';
|
functiondiff $_, 'cmd/xfsprogs/libxfs', 'linux/fs/xfs';
|
||||||
}
|
}
|
||||||
print "\n=== Checking logprint code ===\n";
|
print "\n=== Checking libxlog code ===\n";
|
||||||
functiondiff 'xfs_log_recover.c', 'cmd/xfsprogs/logprint', 'linux/fs/xfs';
|
functiondiff 'xfs_log_recover.c', 'cmd/xfsprogs/libxlog', 'linux/fs/xfs';
|
||||||
|
|||||||
Reference in New Issue
Block a user