Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150197
b: refs/heads/master
c: 61de71c
h: refs/heads/master
i:
  150195: 93e7e95
v: v3
  • Loading branch information
John Dykstra authored and David S. Miller committed May 8, 2009
1 parent 08f1046 commit 32a4288
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 17cb4006bc40eea949f62adbbad99d8b980c0678
refs/heads/master: 61de71c67caec39df0a854a1ef5be0c6be385c2a
4 changes: 3 additions & 1 deletion trunk/net/core/datagram.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ int skb_kill_datagram(struct sock *sk, struct sk_buff *skb, unsigned int flags)
spin_unlock_bh(&sk->sk_receive_queue.lock);
}

skb_free_datagram(sk, skb);
kfree_skb(skb);
sk_mem_reclaim_partial(sk);

return err;
}

Expand Down

0 comments on commit 32a4288

Please sign in to comment.