io_uring: Convert advanced XArray uses to the normal API
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 9 Oct 2020 12:49:53 +0000 (13:49 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 9 Oct 2020 15:00:05 +0000 (09:00 -0600)
commit5e2ed8c4f45093698855b1f45cdf43efbf6dd498
tree80322235bc5fde48f016a63805da6ba15dae7cc1
parent236434c3438c4da3dfbd6aeeab807577b85e951a
io_uring: Convert advanced XArray uses to the normal API

There are no bugs here that I've spotted, it's just easier to use the
normal API and there are no performance advantages to using the more
verbose advanced API.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c