On Wed, Oct 11, 2023 at 11:04:08AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > 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. Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>