commit | 9634a73bc2f107fa52f684447f54efac77c9ae1e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Feb 26 16:23:15 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Apr 17 15:49:48 2024 -0700 |
tree | 2257efcd995ca866a979fae7fca319c8bf7a1a6b | |
parent | d3ddaae1366023d95b862a80003a34a2025ccd5d [diff] |
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>