diff options
author | Al Viro | 2014-12-10 15:51:28 -0500 |
---|---|---|
committer | Al Viro | 2015-02-04 01:34:16 -0500 |
commit | ba7438aed924133df54a60e4cd5499d359bcf2a8 (patch) | |
tree | e29c9a26421611c374667b022c9904ab527c496f /include/linux/uio.h | |
parent | 98a527aac1eb198dbc4405b800e102563ed8e4dd (diff) |
vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: kvm@vger.kernel.org
Cc: virtualization@lists.linux-foundation.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/uio.h')
-rw-r--r-- | include/linux/uio.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/uio.h b/include/linux/uio.h index af3439f4ebf2..02bd8a92038a 100644 --- a/include/linux/uio.h +++ b/include/linux/uio.h @@ -137,7 +137,4 @@ size_t csum_and_copy_from_iter(void *addr, size_t bytes, __wsum *csum, struct io int memcpy_fromiovecend(unsigned char *kdata, const struct iovec *iov, int offset, int len); -int memcpy_toiovecend(const struct iovec *v, unsigned char *kdata, - int offset, int len); - #endif |