commit | 2faef52b72958b8b1c08e927b9b0691c314cf6f4 | [log] [tgz] |
---|---|---|
author | Sridhar Samudrala <sri@us.ibm.com> | Fri Jun 05 09:35:44 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 08 00:25:39 2009 -0700 |
tree | d23b72d99342dd067dd9753d8b1286236831f54e | |
parent | d2d27bfd11659675fdd1c20b1c7f8f59873cad60 [diff] |
net: Fix memcpy_toiovecend() to use the right offset Increment the iovec base by the offset passed in for the initial copy_to_user() in memcpy_to_iovecend(). Signed-off-by: Sridhar Samudrala <sri@us.ibm.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>