From: Pablo Neira Ayuso Date: Mon, 5 May 2014 15:12:40 +0000 (+0200) Subject: netfilter: nf_tables: simplify nf_tables_*_notify X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~176^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35151d840c60ce82692656c73bf6e5b922247ad2;p=pandora-kernel.git netfilter: nf_tables: simplify nf_tables_*_notify Now that all these function are called from the commit path, we can pass the context structure to reduce the amount of parameters in all of the nf_tables_*_notify functions. This patch also removes unneeded branches to check for skb, nlh and net that should be always set in the context structure. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed