commit | fb884253a919148677c5bf347ffb62c539370440 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Sep 15 20:03:49 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 17 17:18:32 2015 -0700 |
tree | 6b0e42ee360057722bb51cce84ade1e2eaae403c | |
parent | a2f23e08b0861bd17109c1add000c4125a6c2dbc [diff] |
netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_thresh The !CONFIG_NETFILTER definition of nf_hook_thresh calls okfn when the CONFIG_NETFITLER defintion does not, making it buggy. As the !CONFIG_NETFILTER defintion of nf_hook_thresh is not used remove it rather than fix it. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>