Skip to content
Commit 72952cc0 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

vhost: add missing __user annotations



Several vhost functions were missing __user annotations
on pointers, causing sparse warnings. Fix this up.

sparse also warns about vhost_process_iotlb_msg which
is local and should be static. Fix that up as well.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 2f952c01
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