From: Jean Sacren Date: Mon, 11 Feb 2013 13:30:38 +0000 (+0000) Subject: skbuff: create skb_panic() function and its wrappers X-Git-Tag: v3.9-rc1~139^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f05de73bf82fbbc00265c06d12efb7273f7dc54a;p=pandora-kernel.git skbuff: create skb_panic() function and its wrappers Create skb_panic() function in lieu of both skb_over_panic() and skb_under_panic() so that code duplication would be avoided. Update type and variable name where necessary. Jiri Pirko suggested using wrappers so that we would be able to keep the fruits of the original code. Signed-off-by: Jean Sacren Cc: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed