summaryrefslogtreecommitdiff
path: root/sound/soc/sirf
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-12-23 01:19:35 +0300
committerJens Axboe <axboe@kernel.dk>2020-01-21 03:03:59 +0300
commit3a6820f2bb8a079975109c25a5d1f29f46bce5d2 (patch)
treefd5269613133e7eb1db2977b3973f1d0616b2eb2 /sound/soc/sirf
parente94f141bd248ebdadcb7351f1e70b31cee5add53 (diff)
downloadlinux-3a6820f2bb8a079975109c25a5d1f29f46bce5d2.tar.xz
io_uring: add non-vectored read/write commands
For uses cases that don't already naturally have an iovec, it's easier (or more convenient) to just use a buffer address + length. This is particular true if the use case is from languages that want to create a memory safe abstraction on top of io_uring, and where introducing the need for the iovec may impose an ownership issue. For those cases, they currently need an indirection buffer, which means allocating data just for this purpose. Add basic read/write that don't require the iovec. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'sound/soc/sirf')
0 files changed, 0 insertions, 0 deletions