Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202691
b: refs/heads/master
c: 9dacaf1
h: refs/heads/master
i:
  202689: 3d0427e
  202687: 79eb433
v: v3
  • Loading branch information
jamal authored and David S. Miller committed Jun 7, 2010
1 parent 63afdcf commit 784aeb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2a03367c072150c881fa23ce3d3f76b8236018f
refs/heads/master: 9dacaf17a60101a55d456cc7b00e269d8145aa0d
3 changes: 1 addition & 2 deletions trunk/net/sched/act_pedit.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ static int tcf_pedit(struct sk_buff *skb, struct tc_action *a,
int i, munged = 0;
unsigned int off;

if (!(skb->tc_verd & TC_OK2MUNGE)) {
/* should we set skb->cloned? */
if (skb_cloned(skb)) {
if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) {
return p->tcf_action;
}
Expand Down

0 comments on commit 784aeb1

Please sign in to comment.