]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ad681fb9c06ca9846985e2f416b65a4ea90da9e
tree80322235bc5fde48f016a63805da6ba15dae7cc1
parent18b09cb9f00a219b7a72be3264e8dd25ef77db34
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