From: Michael S. Tsirkin Date: Sun, 19 Sep 2010 13:56:30 +0000 (+0200) Subject: vhost: get/put_user -> __get/__put_user X-Git-Tag: v2.6.38-rc1~476^2~168^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b7347aab6865ae8a2e5a8b0f1deea12da3d3aff;p=pandora-kernel.git 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 --- Reading git-diff-tree failed