From: Rami Rosen Date: Mon, 9 Jun 2008 23:00:45 +0000 (-0700) Subject: netfilter: {ip,ip6,nfnetlink}_queue: misc cleanups X-Git-Tag: v2.6.27-rc1~969^2~338 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e64bda89b8fe81cce9b4a20885d2c204c2d52532;p=pandora-kernel.git netfilter: {ip,ip6,nfnetlink}_queue: misc cleanups - No need to perform data_len = 0 in the switch command, since data_len is initialized to 0 in the beginning of the ipq_build_packet_message() method. - {ip,ip6}_queue: We can reach nlmsg_failure only from one place; skb is sure to be NULL when getting there; since skb is NULL, there is no need to check this fact and call kfree_skb(). Signed-off-by: Rami Rosen Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed