Advertisement
Guest User

k17patch1.patch

a guest
Nov 26th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. --- a/fragmentation.c 2014-11-26 14:56:23.262513512 -0500
  2. +++ b/fragmentation.c 2014-11-26 14:57:09.331139638 -0500
  3. @@ -184,7 +184,7 @@
  4.  
  5. /* Reached the end of the list, so insert after 'frag_entry_curr'. */
  6. if (likely(frag_entry_curr)) {
  7. - hlist_add_after(&frag_entry_curr->list, &frag_entry_new->list);
  8. + hlist_add_behind(&frag_entry_curr->list, &frag_entry_new->list);
  9. chain->size += skb->len - hdr_size;
  10. chain->timestamp = jiffies;
  11. ret = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement