]> 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)
commit541a88fa1ec014907464e8fef629e5c310f88291
tree80322235bc5fde48f016a63805da6ba15dae7cc1
parent1a021052f7ec69e9f5ff6181c18e956e6e658b6c
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