commit | 5e956f2fe580b15d03da1febcadd180af1d87fb1 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Fri Oct 09 13:49:53 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 12 14:59:33 2020 -0600 |
tree | 9e4a3e1e76894480e7dbe2cf31129eaa0dec85c2 | |
parent | 057576b74842364ee5ab87d361f7dc42f96653b3 [diff] |
io_uring: Convert advanced XArray uses to the normal API commit 5e2ed8c4f45093698855b1f45cdf43efbf6dd498 upstream. 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>