]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
io_uring: optimise io_dismantle_req() fast path
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 19 Mar 2021 17:22:42 +0000 (17:22 +0000)
committerJens Axboe <axboe@kernel.dk>
Sun, 11 Apr 2021 23:41:59 +0000 (17:41 -0600)
commit094bae49e5ed9c30c1a6e50e121be20469486fab
tree601471356e6f935902e25d57a2e9167e53b02086
parent68fb897966febe814f89f9462aa819abae00725f
io_uring: optimise io_dismantle_req() fast path

Reshuffle io_dismantle_req() checks to put most of slow path stuff under
a single if.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c