summaryrefslogtreecommitdiffstats
path: root/net/sched/act_gact.c
diff options
context:
space:
mode:
authorJamal Hadi Salim2013-12-04 15:26:54 +0100
committerDavid S. Miller2013-12-06 01:28:42 +0100
commit43c00dcf8888daea234226e8adf09c37b00d2245 (patch)
treec52764bf037970dba7f580d7a0f82ad143512a9a /net/sched/act_gact.c
parentnet_sched: Default action lookup method for actions (diff)
downloadkernel-qcow2-linux-43c00dcf8888daea234226e8adf09c37b00d2245.tar.gz
kernel-qcow2-linux-43c00dcf8888daea234226e8adf09c37b00d2245.tar.xz
kernel-qcow2-linux-43c00dcf8888daea234226e8adf09c37b00d2245.zip
net_sched: Use default action lookup functions
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/act_gact.c')
-rw-r--r--net/sched/act_gact.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/act_gact.c b/net/sched/act_gact.c
index fd2b3cff5fa2..15851da99f3b 100644
--- a/net/sched/act_gact.c
+++ b/net/sched/act_gact.c
@@ -206,7 +206,6 @@ static struct tc_action_ops act_gact_ops = {
.act = tcf_gact,
.dump = tcf_gact_dump,
.cleanup = tcf_gact_cleanup,
- .lookup = tcf_hash_search,
.init = tcf_gact_init,
.walk = tcf_generic_walker
};