axmap: optimize ulog64 usage in axmap_handler()
authorJens Axboe <axboe@kernel.dk>
Thu, 12 Jul 2018 14:33:14 +0000 (08:33 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 12 Jul 2018 14:33:14 +0000 (08:33 -0600)
commitedfca254378e729035073af6ac0d9156565afebe
tree0991685920705fb632bf6b0424681c674721c2a6
parentb8c7923917200c7c68c84c21549940d4be6b1398
axmap: optimize ulog64 usage in axmap_handler()

We can do this incrementally, no need to compute from scratch
for every iteration.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
lib/axmap.c