From: Pablo Neira Ayuso Date: Mon, 14 Oct 2013 08:57:04 +0000 (+0200) Subject: netfilter: nf_nat: move alloc_null_binding to nf_nat_core.c X-Git-Tag: v3.13-rc1~105^2~186^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f59cb0453cd885736daa11ae2445982c5ab2fc83;p=pandora-kernel.git netfilter: nf_nat: move alloc_null_binding to nf_nat_core.c Similar to nat_decode_session, alloc_null_binding is needed for both ip_tables and nf_tables, so move it to nf_nat_core.c. This change is required by nf_tables. This is an adapted version of the original patch from Patrick McHardy. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed