commit | 8b7347aab6865ae8a2e5a8b0f1deea12da3d3aff | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Sep 19 15:56:30 2010 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Nov 04 13:22:12 2010 +0200 |
tree | 3a4b901beefa1bc4f8ed5fb5efc33bf4adba8240 | |
parent | dfe5ac5b18be5b10d01a17e734a9905c0def6088 [diff] |
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>