From: David S. Miller Date: Wed, 27 Jun 2012 04:23:42 +0000 (-0700) Subject: netfilter: ebt_ulog: Move away from NLMSG_PUT(). X-Git-Tag: v3.6-rc1~125^2~412 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62566ca55de3a329ef2569d7e7c9d0a326abede2;p=pandora-kernel.git netfilter: ebt_ulog: Move away from NLMSG_PUT(). And use nlmsg_data() while we're here too. Also, free and NULL out skb when nlmsg_put() fails and remove pointless kernel log message. Signed-off-by: David S. Miller --- Reading git-diff-tree failed