linux/io_uring
Ming Lei ff2557b722 io_uring: pass correct parameters to io_req_set_res
The two parameters of 'res' and 'cflags' are swapped, so fix it.
Without this fix, 'ublk del' hangs forever.

Cc: Pavel Begunkov <asml.silence@gmail.com>
Fixes: de23077eda ("io_uring: set completion results upfront")
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20220803120757.1668278-1-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-08-03 08:45:25 -06:00
..
advise.c
advise.h
alloc_cache.h io_uring: impose max limit on apoll cache 2022-07-24 18:39:17 -06:00
cancel.c io_uring: add sync cancelation API through io_uring_register() 2022-07-24 18:39:15 -06:00
cancel.h io_uring: add sync cancelation API through io_uring_register() 2022-07-24 18:39:15 -06:00
epoll.c
epoll.h
fdinfo.c
fdinfo.h
filetable.c io_uring: let to set a range for file slot allocation 2022-07-24 18:39:16 -06:00
filetable.h io_uring: let to set a range for file slot allocation 2022-07-24 18:39:16 -06:00
fs.c
fs.h
io-wq.c
io-wq.h
io_uring.c io_uring: notification completion optimisation 2022-07-27 08:50:50 -06:00
io_uring.h io_uring: export req alloc from core 2022-07-27 08:50:50 -06:00
kbuf.c io_uring: allow 0 length for buffer select 2022-07-24 18:39:16 -06:00
kbuf.h io_uring: restore bgid in io_put_kbuf 2022-07-24 18:39:16 -06:00
Makefile io_uring: add zc notification infrastructure 2022-07-24 18:41:06 -06:00
msg_ring.c io_uring: add allow_overflow to io_post_aux_cqe 2022-07-24 18:39:17 -06:00
msg_ring.h
net.c io_uring: notification completion optimisation 2022-07-27 08:50:50 -06:00
net.h io_uring: wire send zc request type 2022-07-24 18:41:07 -06:00
nop.c
nop.h
notif.c io_uring: notification completion optimisation 2022-07-27 08:50:50 -06:00
notif.h io_uring: notification completion optimisation 2022-07-27 08:50:50 -06:00
opdef.c io_uring: rename IORING_OP_FILES_UPDATE 2022-07-24 18:41:07 -06:00
opdef.h
openclose.c io_uring: split out fixed file installation and removal 2022-07-24 18:39:16 -06:00
openclose.h io_uring: split out fixed file installation and removal 2022-07-24 18:39:16 -06:00
poll.c io_uring: add abstraction around apoll cache 2022-07-24 18:39:17 -06:00
poll.h io_uring: add abstraction around apoll cache 2022-07-24 18:39:17 -06:00
refs.h
rsrc.c io_uring/net: make page accounting more consistent 2022-07-25 09:48:25 -06:00
rsrc.h io_uring/net: make page accounting more consistent 2022-07-25 09:48:25 -06:00
rw.c io_uring: Add tracepoint for short writes 2022-07-24 18:39:32 -06:00
rw.h
slist.h
splice.c
splice.h
sqpoll.c
sqpoll.h
statx.c
statx.h
sync.c
sync.h
tctx.c
tctx.h io_uring: export io_put_task() 2022-07-24 18:41:06 -06:00
timeout.c io_uring: improve io_fail_links() 2022-07-24 18:39:16 -06:00
timeout.h
uring_cmd.c io_uring: pass correct parameters to io_req_set_res 2022-08-03 08:45:25 -06:00
uring_cmd.h
xattr.c
xattr.h