Skip to content

Commit

Permalink
man/io_uring_clone_buffers: mention that both rings must share mm
Browse files Browse the repository at this point in the history
In terms of use cases, this is a prerequisite anyway, as the buffers
must be accessible on both rings. But it's also important for
accounting purposes.

Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Jan 14, 2025
1 parent 3124a46 commit a5dd7f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions man/io_uring_clone_buffers.3
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ range will be released and replaced.

Available since kernel 6.13.

.SH NOTES
The source and target ring must shared address spaces, and hence internal
kernel accounting.
.SH RETURN VALUE
On success
.BR io_uring_clone_buffers (3)
and
Expand Down

0 comments on commit a5dd7f8

Please sign in to comment.