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 <hch@xxxxxx> --- {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.2