Skip to content
Commit 53f58d8e authored by Al Viro's avatar Al Viro
Browse files

vmci: simplify qp_dequeue_locked()



* no need for callback argument - it's always the same one
* fold __qp_memcpy_from_queue() into its only caller, get rid of dead code
* pass struct iov_iter * without casting to void *
* don't pass buf_size at all - it's always iov_iter_count(to)

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ce3d6e7d
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