commit | 27e6d2017abdfbdb8b790c34c93d65ee10ce2fc5 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sat Apr 11 02:27:29 2015 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Apr 13 16:25:50 2015 +0200 |
tree | f6565eb45fba1427368254fe4d29e708082cf5ce | |
parent | 58f40ab6e2427532881a79e139a4aaae7fbe1826 [diff] |
netfilter: nf_tables: kill nft_validate_output_register() All users of nft_validate_register_store() first invoke nft_validate_output_register(). There is in fact no use for using it on its own, so simplify the code by folding the functionality into nft_validate_register_store() and kill it. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>