commit | 055641248f649b52620a5fe8774bea253690e057 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Oct 16 09:37:47 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Oct 17 16:25:55 2023 -0700 |
tree | f3079426c34852056cdb7b96435560e0188288eb | |
parent | 5dc3a80d46a450481df7f7e9fe673ba3eb4514c3 [diff] |
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls Convert these calls to use the helpers, and clean up all these places where the same variable can have different units depending on where it is in the function. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>