From ea5d15f34e815f196cfafe2effd7679b8446818d Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 12 Aug 2025 11:05:37 +0200 Subject: [PATCH] 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" --- {include => libxfs}/xfs_log_recover.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {include => libxfs}/xfs_log_recover.h (100%) 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 -- 2.47.3