commit | 57dd8a0735aabff4862025cf64ad94da3d80e620 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 10 16:03:43 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 04 01:34:16 2015 -0500 |
tree | 6cce47f1276bc51e1eb29e8cd623e78102ff4c6a | |
parent | ba7438aed924133df54a60e4cd5499d359bcf2a8 [diff] |
vhost: vhost_scsi_handle_vq() should just use copy_from_user() it has just verified that it asks no more than the length of the first segment of iovec. And with that the last user of stuff in lib/iovec.c is gone. RIP. Cc: Michael S. Tsirkin <mst@redhat.com> Cc: Nicholas A. Bellinger <nab@linux-iscsi.org> Cc: kvm@vger.kernel.org Cc: virtualization@lists.linux-foundation.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>