]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert rt extent numbers to xfs_rtxnum_t
authorDarrick J. Wong <djwong@kernel.org>
Mon, 12 Feb 2024 14:17:20 +0000 (15:17 +0100)
committerCarlos Maiolino <cem@kernel.org>
Thu, 15 Feb 2024 11:56:43 +0000 (12:56 +0100)
commit817e92371abc3922371b4e9ac56a959b3dc56f90
tree0ea4d195ca05bb442b06a8af7cf91292d0a523c7
parent95bc0a4d2c72851c2646ff3ebaaf7f64493c6951
xfs: convert rt extent numbers to xfs_rtxnum_t

Source kernel commit: 2d5f216b77e33f9b503bd42998271da35d4b7055

Further disambiguate the xfs_rtblock_t uses by creating a new type,
xfs_rtxnum_t, to store the position of an extent within the realtime
section, in units of rtextents.

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