From 1f43ad9a0f4a520255d0efb6745977faca7b4196 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 17 Oct 2001 11:00:32 +0000 Subject: [PATCH] update to reflect the xfs_log_recover.c code moving into libxlog. --- 040.out | 2 +- tools/srcdiff | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/040.out b/040.out index c2409697..fa9ce0e3 100644 --- a/040.out +++ b/040.out @@ -4,4 +4,4 @@ QA output created by 040 === Checking libxfs code === -=== Checking logprint code === +=== Checking libxlog code === diff --git a/tools/srcdiff b/tools/srcdiff index 8721c730..7638dc73 100755 --- a/tools/srcdiff +++ b/tools/srcdiff @@ -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'; -- 2.39.5