git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
397b417
)
vhost: Include linux/uio.h instead of linux/socket.h
author
Asias He
<asias@redhat.com>
Mon, 19 Aug 2013 01:23:19 +0000
(09:23 +0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 20 Aug 2013 22:05:04 +0000
(15:05 -0700)
memcpy_fromiovec is moved from net/core/iovec.c to lib/iovec.c.
linux/uio.h provides the declaration for memcpy_fromiovec.
Include linux/uio.h instead of inux/socket.h for it.
Signed-off-by: Asias He <asias@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found