Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112243
b: refs/heads/master
c: 13c9821
h: refs/heads/master
i:
  112241: 1e416d2
  112239: 88bd094
v: v3
  • Loading branch information
David S. Miller committed Oct 9, 2008
1 parent dcc95bb commit 45f3ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f24d43c07e208372aa3d3bff419afbf43ba87698
refs/heads/master: 13c9821ea49be153ea74e5987cf6955871d7b124
3 changes: 2 additions & 1 deletion trunk/drivers/net/ppp_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1863,9 +1863,10 @@ ppp_mp_insert(struct ppp *ppp, struct sk_buff *skb)

/* N.B. we don't need to lock the list lock because we have the
ppp unit receive-side lock. */
for (p = list->next; p != (struct sk_buff *)list; p = p->next)
skb_queue_walk(list, p) {
if (seq_before(seq, p->sequence))
break;
}
__skb_queue_before(list, p, skb);
}

Expand Down

0 comments on commit 45f3ef0

Please sign in to comment.