From: Christoph Hellwig Date: Tue, 12 Aug 2025 09:05:37 +0000 (+0200) Subject: move xfs_log_recover.h to libxfs/ X-Git-Tag: v6.16.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea5d15f34e815f196cfafe2effd7679b8446818d;p=thirdparty%2Fxfsprogs-dev.git move xfs_log_recover.h to libxfs/ xfs_log_recover.h is in fs/xfs/libxfs/ in the kernel tree, and thus the libxfs-apply tool tries to apply changes to it in libxfs/ and fails because the header is in include. Move it to libxfs to make libxfs-apply work properly and to keep our house in order. Signed-off-by: Christoph Hellwig Reviewed-by: "Darrick J. Wong" --- diff --git a/include/xfs_log_recover.h b/libxfs/xfs_log_recover.h similarity index 100% rename from include/xfs_log_recover.h rename to libxfs/xfs_log_recover.h