Hi all, 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. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for a couple of weeks with no problems. Enjoy! Comments and questions are, as always, welcome. Note that the branch is based off the metadir patchset. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=better-ondisk xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=better-ondisk --- Commits in this patchset: * xfs: convert struct typedefs in xfs_ondisk.h * xfs: separate space btree structures in xfs_ondisk.h * xfs: port ondisk structure checks from xfs/122 to the kernel --- fs/xfs/libxfs/xfs_ondisk.h | 186 ++++++++++++++++++++++++++++++++------------ 1 file changed, 137 insertions(+), 49 deletions(-)