]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert rt summary macros to helpers
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Feb 2024 08:25:37 +0000 (09:25 +0100)
committerCarlos Maiolino <cem@kernel.org>
Thu, 15 Feb 2024 11:56:43 +0000 (12:56 +0100)
commitccffd2f943f1befe09472ba3848528ee1e392a8a
tree23ffcbecaa81703215119a8ba4879aec3831d1fa
parentc1f9bc4bcb97a94058321044148f6c9d4c1bd073
xfs: convert rt summary macros to helpers

Source kernel commit: 097b4b7b64ef67a4703b89fd4064480b61557fd5

Convert the realtime summary file macros to helper functions so that we
can improve type checking.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
db/check.c
include/libxfs.h
libxfs/xfs_format.h
libxfs/xfs_rtbitmap.c
libxfs/xfs_rtbitmap.h
libxfs/xfs_types.h
repair/rt.c