]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: move xfs_ondisk.h to libxfs/
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Apr 2024 23:07:35 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:24 +0000 (14:06 -0700)
commitd57269fad6859c88b4752ea191a0ccb3f4e68eaa
treeccc5a725c2430c6d86a75e3de633ce7d952847a3
parent93d1bd08ec1f4d7eab94e749cf7822218fd3b385
xfs: move xfs_ondisk.h to libxfs/

Move xfs_ondisk.h to libxfs so that we can do the struct sanity checks
in userspace libxfs as well.  This should allow us to retire the
somewhat fragile xfs/122 test on xfstests.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
libxfs/init.c
libxfs/xfs_ondisk.h [new file with mode: 0644]