From: Patrick McHardy Date: Mon, 18 Sep 2006 06:59:57 +0000 (-0700) Subject: [PACKET]: Don't truncate non-linear skbs with mmaped IO X-Git-Tag: v2.6.18~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe21d8fefca605b90e34f0f019505e599712f9b;p=pandora-kernel.git [PACKET]: Don't truncate non-linear skbs with mmaped IO Non-linear skbs are truncated to their linear part with mmaped IO. Fix by using skb_copy_bits instead of memcpy. Signed-off-by: Patrick McHardy Acked-by: Alexey Kuznetsov Signed-off-by: David S. Miller --- Reading git-diff-tree failed