From: Arturo Borrero Date: Tue, 2 Sep 2014 14:42:25 +0000 (+0200) Subject: netfilter: nf_tables: add helpers to schedule objects deletion X-Git-Tag: fixes-against-v3.18-rc2~81^2~101^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee01d5425634264089db74889c3547be13c3faef;p=pandora-kernel.git netfilter: nf_tables: add helpers to schedule objects deletion This patch refactor the code to schedule objects deletion. They are useful in follow-up patches. In order to be able to use these new helper functions in all the code, they are placed in the top of the file, with all the dependant functions and symbols. nft_rule_disactivate_next has been renamed to nft_rule_deactivate. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed