commit | a7effb976e6b4d7ab80beadcfaa0f658cd8c44e8 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 06 19:55:07 2023 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sat Nov 11 14:15:06 2023 -0800 |
tree | 189df9c17ca97e6ce0e46b298dbc1519933e475c | |
parent | 9e4191021554928c04f21d72583c7c807689fb13 [diff] |
xfs: convert rt extent numbers to xfs_rtxnum_t 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>