]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
io_uring: add a helper failing not issued requests
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 28 Feb 2021 22:35:12 +0000 (22:35 +0000)
committerJens Axboe <axboe@kernel.dk>
Sun, 11 Apr 2021 23:41:58 +0000 (17:41 -0600)
commitf41db2732d4835799af64159c61e522063786e5c
treebbd84b1ff797c2407e2c73ec0e2d099c8af8e643
parentdafecf19e25f9b864ce0f3b8bb12de2e3d5f6da6
io_uring: add a helper failing not issued requests

Add a simple helper doing CQE posting, marking request for link-failure,
and putting both submission and completion references.

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