Skip to content
Snippets Groups Projects
Commit 636119af authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: rename "copy buffers" to "clone buffers"


A recent commit added support for copying registered buffers from one
ring to another. But that term is a bit confusing, as no copying of
buffer data is done here. What is being done is simply cloning the
buffer registrations from one ring to another.

Rename it while we still can, so that it's more descriptive. No
functional changes in this patch.

Fixes: 7cc2a6ea ("io_uring: add IORING_REGISTER_COPY_BUFFERS method")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 7cc2a6ea
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment