]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
move xfs_log_recover.h to libxfs/
authorChristoph Hellwig <hch@lst.de>
Tue, 12 Aug 2025 09:05:37 +0000 (11:05 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Mon, 25 Aug 2025 09:41:25 +0000 (11:41 +0200)
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@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
libxfs/xfs_log_recover.h [moved from include/xfs_log_recover.h with 100% similarity]