From: Michael S. Tsirkin Date: Tue, 21 Sep 2010 12:18:01 +0000 (+0200) Subject: vhost: copy_to_user -> __copy_to_user X-Git-Tag: v2.6.38-rc1~476^2~168^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe5ac5b18be5b10d01a17e734a9905c0def6088;p=pandora-kernel.git 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 --- Reading git-diff-tree failed