From: Jörn Engel Date: Tue, 21 Mar 2006 05:28:35 +0000 (-0800) Subject: [NET]: Uninline kfree_skb and allow NULL argument X-Git-Tag: v2.6.17-rc1~1175^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231d06ae826664b83369166449144304859a62fa;p=pandora-kernel.git [NET]: Uninline kfree_skb and allow NULL argument o Uninline kfree_skb, which saves some 15k of object code on my notebook. o Allow kfree_skb to be called with a NULL argument. Subsequent patches can remove conditional from drivers and further reduce source and object size. Signed-off-by: Jörn Engel Signed-off-by: David S. Miller --- Reading git-diff-tree failed