On Fri, Nov 01, 2024 at 03:18:28PM -0700, Darrick J. Wong wrote: > 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. This is giving me some conflicts on top of -rc6. I'm assuming you'll rebase it on top of -rc6 and send a PR later on? Cheers. > > --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(-) > >