netfilter: nf_tables: simplify nf_tables_*_notify
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 5 May 2014 15:12:40 +0000 (17:12 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 19 May 2014 10:06:12 +0000 (12:06 +0200)
commit35151d840c60ce82692656c73bf6e5b922247ad2
treedb3566f118af3f86ade551428450f2940b415a90
parent60319eb1ca351aa36e29d58d2e60ba9a9836265a
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 <pablo@netfilter.org>
net/netfilter/nf_tables_api.c