[PATCH 2/3] macvtap: Modify const aio_read iovec per do_sock_read

2014-11-02 Thread Herbert Xu
I started working on this patch after discovering the horror of skb_copy_datagram_iovec and skb_copy_datagram_const_iovec. It's ridiculous to have two versions of the same thing. Especially when the reason they exist is because of a stupid disagreement between fs and net on how we should

[PATCH 2/3] macvtap: Modify const aio_read iovec per do_sock_read

2014-11-02 Thread Herbert Xu
I started working on this patch after discovering the horror of skb_copy_datagram_iovec and skb_copy_datagram_const_iovec. It's ridiculous to have two versions of the same thing. Especially when the reason they exist is because of a stupid disagreement between fs and net on how we should