axmap: use 64-bit index for the handlers
authorJens Axboe <axboe@kernel.dk>
Mon, 17 Sep 2018 03:43:56 +0000 (21:43 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 17 Sep 2018 03:43:56 +0000 (21:43 -0600)
commit39c56bc010a609f6c89955cbcfa289834ffef336
tree0f3a28ae746f0ac450a1b23d7e1114900aebd3c8
parent604d3f5bd9f2b985568593c23f8292cbc7f4044c
axmap: use 64-bit index for the handlers

Most important one here is axmap_handler_topdown(), in which the
first iteration could end up truncating the index calculation.

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