Merge tag 'better-ondisk-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux...
authorCarlos Maiolino <cem@kernel.org>
Tue, 12 Nov 2024 10:03:15 +0000 (11:03 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 12 Nov 2024 10:03:15 +0000 (11:03 +0100)
commit5877dc24be5dad833e09e3c4c8f6e178d2970fbd
tree35ca82c68267fe59a81e341f58ea19ea26a6eba7
parent052378aef8b9f26dfaa1e22a1a3bae4c18a6a9c7
parent13877bc79d81354c53e91f3c86ac0f7bafe3ba7b
Merge tag 'better-ondisk-6.13_2024-11-05' of https://git./linux/kernel/git/djwong/xfs-linux into staging-merge

xfs: improve ondisk structure checks [v5.5 10/10]

Reorganize xfs_ondisk.h to group the build checks by type, then add a
bunch of missing checks that were in xfs/122 but not the build system.
With this, we can get rid of xfs/122.

With a bit of luck, this should all go splendidly.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>