vhost: get/put_user -> __get/__put_user
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 19 Sep 2010 13:56:30 +0000 (15:56 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 4 Nov 2010 11:22:12 +0000 (13:22 +0200)
commit8b7347aab6865ae8a2e5a8b0f1deea12da3d3aff
tree3a4b901beefa1bc4f8ed5fb5efc33bf4adba8240
parentdfe5ac5b18be5b10d01a17e734a9905c0def6088
vhost: get/put_user -> __get/__put_user

We do access_ok checks on all ring values on an ioctl,
so we don't need to redo them on each access.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/vhost.c