From: Nathan Scott Date: Thu, 20 Jun 2002 04:51:39 +0000 (+0000) Subject: minor reorg of some bits of code to match kernel changes, no biggie. X-Git-Tag: v1.1.0~1074 X-Git-Url: https://git.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=c5513b1a44e4813f48b169467c519486c01528a2 minor reorg of some bits of code to match kernel changes, no biggie. --- diff --git a/tools/srcdiff b/tools/srcdiff index 5ebd7f5b..2754a691 100755 --- a/tools/srcdiff +++ b/tools/srcdiff @@ -57,6 +57,7 @@ my @difflist = qw( xfs_inum.h xfs_log.h xfs_log_priv.h xfs_log_recover.h xfs_mount.h xfs_quota.h xfs_rtalloc.h xfs_sb.h xfs_trans.h xfs_trans_space.h xfs_types.h + xfs_acl.h xfs_cap.h xfs_mac.h ); sub straightdiff { @@ -83,7 +84,6 @@ print "\n=== Checking headers ===\n"; foreach (@difflist) { straightdiff $_, 'cmd/xfsprogs/include', 'linux/fs/xfs'; } -straightdiff 'xfs_cred.h', 'cmd/xfsprogs/include', 'linux/fs/xfs/linux'; straightdiff 'xfs_fs.h', 'cmd/xfsprogs/include', 'linux/include/linux'; straightdiff 'dmapi_kern.h', 'cmd/dmapi/include', 'linux/include/linux'; straightdiff 'dmapi.h', 'cmd/dmapi/include', 'linux/include/linux';