From cdd9b42cde1ab8d5bdaebadeeb4329f611f53e8b Mon Sep 17 00:00:00 2001 From: jamal Date: Sun, 11 Oct 2009 04:21:38 +0000 Subject: [PATCH] --- yaml --- r: 167530 b: refs/heads/master c: 53f7e35f8b7fc2f5620a863ac613bcf3080cb6ba h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/sched/act_pedit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e8a8b0ca5501..d53131d919f2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d1f6803a58e827fda7b810dcb7cbdb490d32ab9e +refs/heads/master: 53f7e35f8b7fc2f5620a863ac613bcf3080cb6ba diff --git a/trunk/net/sched/act_pedit.c b/trunk/net/sched/act_pedit.c index 96c0ed115e2a..6b0359a500e6 100644 --- a/trunk/net/sched/act_pedit.c +++ b/trunk/net/sched/act_pedit.c @@ -34,7 +34,7 @@ static struct tcf_hashinfo pedit_hash_info = { }; static const struct nla_policy pedit_policy[TCA_PEDIT_MAX + 1] = { - [TCA_PEDIT_PARMS] = { .len = sizeof(struct tcf_pedit) }, + [TCA_PEDIT_PARMS] = { .len = sizeof(struct tc_pedit) }, }; static int tcf_pedit_init(struct nlattr *nla, struct nlattr *est,