From: Florian Westphal Date: Tue, 18 Jan 2011 14:28:38 +0000 (+0100) Subject: netfilter: nfnetlink_queue: do not free skb on error X-Git-Tag: v2.6.39-rc1~468^2~510^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06cdb6349c1f3fd439398dbc04ce4c696f0a41ab;p=pandora-kernel.git netfilter: nfnetlink_queue: do not free skb on error Move free responsibility from nf_queue to caller. This enables more flexible error handling; we can now accept the skb instead of freeing it. Signed-off-by: Florian Westphal Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed