commit | dfe5ac5b18be5b10d01a17e734a9905c0def6088 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Sep 21 14:18:01 2010 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Nov 04 13:22:11 2010 +0200 |
tree | c5dab52cb8c8aeb2a37546f8ff8ba340412901c7 | |
parent | 64e1c80748afca3b4818ebb232a9668bf529886d [diff] |
vhost: copy_to_user -> __copy_to_user We do access_ok checks at setup time, so we don't need to redo them on each access. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>