Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit bbbef3e9 authored by Ming Lei's avatar Ming Lei Committed by Jens Axboe
Browse files

io_uring: return void from io_put_kbuf_comp()


The only caller doesn't handle the return value of io_put_kbuf_comp(), so
change its return type into void.

Also follow Jens's suggestion to rename it as io_put_kbuf_drop().

Signed-off-by: default avatarMing Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20240407132759.4056167-1-ming.lei@redhat.com


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent c29006a2
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment