From: alex.bluesman.smirnov@gmail.com Date: Thu, 1 Sep 2011 03:55:15 +0000 (+0000) Subject: 6LoWPAN: fix skb_copy call X-Git-Tag: v3.2-rc1~129^2~311 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcef1151804257684f65c779fc1c19836ee0196a;p=pandora-kernel.git 6LoWPAN: fix skb_copy call This patch fixes 2 issues in lowpan_skb_deliver function: 1. Check for return status of skb_copy call; 2. Use skb_copy with proper GFP flag, drop check for non-interrupt context. Signed-off-by: Alexander Smirnov Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed