net_sched: Use default action walker methods
authorJamal Hadi Salim <jhs@mojatatu.com>
Wed, 4 Dec 2013 14:26:56 +0000 (09:26 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Dec 2013 00:28:43 +0000 (19:28 -0500)
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_csum.c
net/sched/act_gact.c
net/sched/act_ipt.c
net/sched/act_mirred.c
net/sched/act_nat.c
net/sched/act_pedit.c
net/sched/act_simple.c
net/sched/act_skbedit.c

index 4225a9382a2b05e3ae25a5f8fe0b736a6c81bddc..5c5edf56adbd4fc9a4d64a509a9103511f995db4 100644 (file)
@@ -586,7 +586,6 @@ static struct tc_action_ops act_csum_ops = {
        .dump           = tcf_csum_dump,
        .cleanup        = tcf_csum_cleanup,
        .init           = tcf_csum_init,
-       .walk           = tcf_generic_walker
 };
 
 MODULE_DESCRIPTION("Checksum updating actions");
index 15851da99f3ba6aff4791f5c19d7ba4a6e59bc31..5645a4d32abdd187f59d9f6301842e35d08762df 100644 (file)
@@ -207,7 +207,6 @@ static struct tc_action_ops act_gact_ops = {
        .dump           =       tcf_gact_dump,
        .cleanup        =       tcf_gact_cleanup,
        .init           =       tcf_gact_init,
-       .walk           =       tcf_generic_walker
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim(2002-4)");
index 1d3e19180c2e75cfc6b81d00340e478b4e37f957..882a89762f77c2edb8b6d10d0c8ef69cf3e39aac 100644 (file)
@@ -299,7 +299,6 @@ static struct tc_action_ops act_ipt_ops = {
        .dump           =       tcf_ipt_dump,
        .cleanup        =       tcf_ipt_cleanup,
        .init           =       tcf_ipt_init,
-       .walk           =       tcf_generic_walker
 };
 
 static struct tc_action_ops act_xt_ops = {
@@ -312,7 +311,6 @@ static struct tc_action_ops act_xt_ops = {
        .dump           =       tcf_ipt_dump,
        .cleanup        =       tcf_ipt_cleanup,
        .init           =       tcf_ipt_init,
-       .walk           =       tcf_generic_walker
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim(2002-13)");
index 6cb16ec3d624bda6592f1d6375eb3d1726bfc7f1..252378121ce7cd1848beab20aa666389937bf610 100644 (file)
@@ -272,7 +272,6 @@ static struct tc_action_ops act_mirred_ops = {
        .dump           =       tcf_mirred_dump,
        .cleanup        =       tcf_mirred_cleanup,
        .init           =       tcf_mirred_init,
-       .walk           =       tcf_generic_walker
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim(2002)");
index 30c13dedc94dfc7d4583223bc200e4e710274d0b..6a15ace002411a8c11efeed6156d72324b9eb2ff 100644 (file)
@@ -309,7 +309,6 @@ static struct tc_action_ops act_nat_ops = {
        .dump           =       tcf_nat_dump,
        .cleanup        =       tcf_nat_cleanup,
        .init           =       tcf_nat_init,
-       .walk           =       tcf_generic_walker
 };
 
 MODULE_DESCRIPTION("Stateless NAT actions");
index ab4fc56f885210d3d1ed31c8710056a23c0be794..03b67674169c5db79eb546d93d0b4833324786d3 100644 (file)
@@ -244,7 +244,6 @@ static struct tc_action_ops act_pedit_ops = {
        .dump           =       tcf_pedit_dump,
        .cleanup        =       tcf_pedit_cleanup,
        .init           =       tcf_pedit_init,
-       .walk           =       tcf_generic_walker
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim(2002-4)");
index 7725eb4ab756caa841eca2e0f4778880c310e5c4..31157d3e729c8c29e8bb89ce03fa68c5ad8e7f39 100644 (file)
@@ -201,7 +201,6 @@ static struct tc_action_ops act_simp_ops = {
        .dump           =       tcf_simp_dump,
        .cleanup        =       tcf_simp_cleanup,
        .init           =       tcf_simp_init,
-       .walk           =       tcf_generic_walker,
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim(2005)");
index cb4221171f93f0c5b8fbb98f41b11241aa17d02a..35ea643b4325562d74c4c05d9950a4f8a8a7ad32 100644 (file)
@@ -203,7 +203,6 @@ static struct tc_action_ops act_skbedit_ops = {
        .dump           =       tcf_skbedit_dump,
        .cleanup        =       tcf_skbedit_cleanup,
        .init           =       tcf_skbedit_init,
-       .walk           =       tcf_generic_walker,
 };
 
 MODULE_AUTHOR("Alexander Duyck, <alexander.h.duyck@intel.com>");