On Tue, Oct 17, 2023 at 08:50:59AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Create helpers to do unit conversions of rt block numbers to rt extent > numbers. There are two variations -- the suffix "t" denotes the one > that returns only the truncated extent number; the other one also > returns the misalignment. Convert all the div_u64_rem users; we'll do This need a little update for the new naming scheme. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>