From: Christoph Hellwig Date: Mon, 4 Dec 2023 20:07:19 +0000 (+0100) Subject: xfs: move xfs_ondisk.h to libxfs/ X-Git-Tag: v6.8-rc1~156^2~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18793e050504288345eb455a471677b57117bcc6;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: "Darrick J. Wong" Reviewed-by: Carlos Maiolino Signed-off-by: Chandan Babu R --- diff --git a/fs/xfs/xfs_ondisk.h b/fs/xfs/libxfs/xfs_ondisk.h similarity index 100% rename from fs/xfs/xfs_ondisk.h rename to fs/xfs/libxfs/xfs_ondisk.h