netfilter: nf_tables: relocate commit and abort routines in the source file
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 3 Apr 2014 09:56:37 +0000 (11:56 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 19 May 2014 10:06:10 +0000 (12:06 +0200)
commit37082f930bb59ef6fd45e7bae6c45858af2cd972
tree0831f6b8a80341c55a6fdd332c2eef91cfade265
parent1081d11b086afb73e1d8f52f9047d661d8770b82
netfilter: nf_tables: relocate commit and abort routines in the source file

Move the commit and abort routines to the bottom of the source code
file. This change is required by the follow up patches that add the
set, chain and table transaction support.

This patch is just a cleanup to access several functions without
having to declare their prototypes.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c