commit | 12648d39ad8fbccd27e4f5ec18a4b12cbafc1500 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 06 19:55:11 2023 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sat Nov 11 14:11:59 2023 -0800 |
tree | 24f6f2e1541a3c2be78ec955b80ad9d9b6c07260 | |
parent | 95b7f613c4a61b38207d4bc570709041a038eb7f [diff] |
xfs: use shifting and masking when converting rt extents, if possible Avoid the costs of integer division (32-bit and 64-bit) if the realtime extent size is a power of two. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>