commit | 9e4191021554928c04f21d72583c7c807689fb13 | [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:05 2023 -0800 |
tree | d1eaca55a8e652467a7a34df180c1686a80f94f5 | |
parent | 179e53b35d142b26fa89d5a9a596dc86713ba790 [diff] |
xfs: rename xfs_verify_rtext to xfs_verify_rtbext This helper function validates that a range of *blocks* in the realtime section is completely contained within the realtime section. It does /not/ validate ranges of *rtextents*. Rename the function to avoid suggesting that it does, and change the type of the @len parameter since xfs_rtblock_t is a position unit, not a length unit. Signed-off-by: Darrick J. Wong <djwong@kernel.org>