diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2021-08-17 20:28:09 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-08-23 13:10:43 -0600 |
commit | 505657bc6c52b01304d8a7c79b2f98878e3d83db (patch) | |
tree | a1f665b05f3245091ff62176896dd3a946a75974 /scripts/patch-kernel | |
parent | ae421d9350b51cba1daa28ee6eb14fbce7517eca (diff) | |
download | lwn-505657bc6c52b01304d8a7c79b2f98878e3d83db.tar.gz lwn-505657bc6c52b01304d8a7c79b2f98878e3d83db.zip |
io_uring: reuse io_req_complete_post()
We have io_req_complete_post() to post a CQE and put the request. It
takes care of all synchronisation and is more concise and efficent, so
replace all hancoded occurrences of
"lock; post CQE; unlock; + put_req()" with io_req_complete_post().
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/2c83463458a613f9d870e5147eb134da2aa70779.1629228203.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions