From: Eric Dumazet Date: Wed, 24 Sep 2014 01:39:30 +0000 (-0700) Subject: net : optimize skb_release_data() X-Git-Tag: fixes-against-v3.18-rc2~144^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff04a771ad25fc9ba91690e73465b4d34b6bf8b3;p=pandora-kernel.git net : optimize skb_release_data() Cache skb_shinfo(skb) in a variable to avoid computing it multiple times. Reorganize the tests to remove one indentation level. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed