update to reflect the xfs_log_recover.c code moving into libxlog.

This commit is contained in:
Nathan Scott
2001-10-17 11:00:32 +00:00
parent e8a1ef5ff4
commit 1f43ad9a0f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ QA output created by 040
=== Checking libxfs code ===
=== Checking logprint code ===
=== Checking libxlog code ===
+3 -3
View File
@@ -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';