Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "io_uring/rsrc: disallow multi-source reg buffers"
This reverts commit edd4782. There's really no specific need to disallow multiple sources of buffers, and io_uring really should not be mandating this by itself. We should be able to solely rely on GUP making these decisions. As this also stands in the way of a cleanup where io_uring is the odd one out, kill it. Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information