diff options
| author | Darrick J. Wong <[email protected]> | 2024-11-04 04:19:45 +0000 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2024-11-05 21:38:47 +0000 |
| commit | 13877bc79d81354c53e91f3c86ac0f7bafe3ba7b (patch) | |
| tree | 483b75202343dcbc9d3f63e0c48584323e6d6cbb /fs/xfs/xfs_exchrange.c | |
| parent | xfs: separate space btree structures in xfs_ondisk.h (diff) | |
| download | kernel-13877bc79d81354c53e91f3c86ac0f7bafe3ba7b.tar.gz kernel-13877bc79d81354c53e91f3c86ac0f7bafe3ba7b.zip | |
xfs: port ondisk structure checks from xfs/122 to the kernel
Check this with every kernel and userspace build, so we can drop the
nonsense in xfs/122. Roughly drafted with:
sed -e 's/^offsetof/\tXFS_CHECK_OFFSET/g' \
-e 's/^sizeof/\tXFS_CHECK_STRUCT_SIZE/g' \
-e 's/ = \([0-9]*\)/,\t\t\t\1);/g' \
-e 's/xfs_sb_t/struct xfs_dsb/g' \
-e 's/),/,/g' \
-e 's/xfs_\([a-z0-9_]*\)_t,/struct xfs_\1,/g' \
< tests/xfs/122.out | sort
and then manual fixups.
Signed-off-by: Darrick J. Wong <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_exchrange.c')
0 files changed, 0 insertions, 0 deletions
