update to reflect the xfs_log_recover.c code moving into libxlog.
[xfstests-dev.git] / tools / srcdiff
index 8721c73059908c270a0531032b452b5fda65dcaf..7638dc731febf67a5411f0944d7ab927f4a8ca25 100755 (executable)
@@ -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';