]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: fix incorrect porting to 6.7
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 23:07:28 +0000 (16:07 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 17 Apr 2024 21:06:22 +0000 (14:06 -0700)
commitd27e715c3081306e1b210e64d21775457c9f087a
tree2257efcd995ca866a979fae7fca319c8bf7a1a6b
parent6b72d9dcded1641785d22d90c14b816421db9e1b
libxfs: fix incorrect porting to 6.7

Userspace libxfs is supposed to match the kernel libxfs except for the
preprocessor include directives.  Fix a few discrepancies that came up
for whatever reason.

To fix the build errors resulting from CONFIG_XFS_RT not being defined,
add it to libxfs.h and alter the Makefile to track xfs_rtbitmap.h.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
db/check.c
include/libxfs.h
libxfs/Makefile
libxfs/xfs_rtbitmap.c
libxfs/xfs_rtbitmap.h
repair/rt.c