diff options
author | 2022-06-16 10:21:58 +0100 | |
---|---|---|
committer | 2022-07-24 18:39:13 -0600 | |
commit | 75d7b3aec13be557f15d099dc612dd658d670d1d (patch) | |
tree | 2cf8c0ce5cb6b268eab2169f197277e4287635bf /io_uring/cancel.c | |
parent | io_uring: rw: delegate sync completions to core io_uring (diff) | |
download | wireguard-linux-75d7b3aec13be557f15d099dc612dd658d670d1d.tar.xz wireguard-linux-75d7b3aec13be557f15d099dc612dd658d670d1d.zip |
io_uring: kill REQ_F_COMPLETE_INLINE
REQ_F_COMPLETE_INLINE is only needed to delay queueing into the
completion list to io_queue_sqe() as __io_req_complete() is inlined and
we don't want to bloat the kernel.
As now we complete in a more centralised fashion in io_issue_sqe() we
can get rid of the flag and queue to the list directly.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/600ba20a9338b8a39b249b23d3d177803613dde4.1655371007.git.asml.silence@gmail.com
Reviewed-by: Hao Xu <howeyxu@tencent.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/cancel.c')
0 files changed, 0 insertions, 0 deletions