From: Nathan Scott Date: Wed, 17 Oct 2001 11:00:32 +0000 (+0000) Subject: update to reflect the xfs_log_recover.c code moving into libxlog. X-Git-Tag: v1.1.0~1194 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1f43ad9a0f4a520255d0efb6745977faca7b4196;p=users%2Fhch%2Fxfstests-dev.git update to reflect the xfs_log_recover.c code moving into libxlog. --- diff --git a/040.out b/040.out index c2409697e..fa9ce0e35 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 8721c7305..7638dc731 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';