]> git.itanic.dy.fi Git - linux-stable/commit
xfs: move xfs_ondisk.h to libxfs/
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Dec 2023 20:07:19 +0000 (21:07 +0100)
committerChandan Babu R <chandanbabu@kernel.org>
Thu, 7 Dec 2023 09:45:29 +0000 (15:15 +0530)
commit18793e050504288345eb455a471677b57117bcc6
treec252b3b24adf063cd97fcd91e9a06f08f6fc4ed2
parentc12c50393c1f6f7d7e45c7f55da9c013c0cc0522
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>
fs/xfs/libxfs/xfs_ondisk.h [moved from fs/xfs/xfs_ondisk.h with 100% similarity]