diff options
Diffstat (limited to 'net/sched/act_pedit.c')
-rw-r--r-- | net/sched/act_pedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_pedit.c b/net/sched/act_pedit.c index 3d6a2fcc9ce4..20813eee8af4 100644 --- a/net/sched/act_pedit.c +++ b/net/sched/act_pedit.c | |||
@@ -136,7 +136,7 @@ static int tcf_pedit(struct sk_buff *skb, struct tc_action *a, | |||
136 | } | 136 | } |
137 | } | 137 | } |
138 | 138 | ||
139 | pptr = skb->nh.raw; | 139 | pptr = skb_network_header(skb); |
140 | 140 | ||
141 | spin_lock(&p->tcf_lock); | 141 | spin_lock(&p->tcf_lock); |
142 | 142 | ||