Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1267
b: refs/heads/master
c: db61ecc
h: refs/heads/master
i:
  1265: 6f7f834
  1263: f65503c
v: v3
  • Loading branch information
Tommy S. Christensen authored and David S. Miller committed May 19, 2005
1 parent 7a782a2 commit 07bbb87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1eda339e76a9aac05883c548028bf91aed734783
refs/heads/master: db61ecc3352d72513c1b07805bd6f760e30c001b
1 change: 1 addition & 0 deletions trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ static __inline__ int netlink_broadcast_deliver(struct sock *sk, struct sk_buff

if (atomic_read(&sk->sk_rmem_alloc) <= sk->sk_rcvbuf &&
!test_bit(0, &nlk->state)) {
skb_orphan(skb);
skb_set_owner_r(skb, sk);
skb_queue_tail(&sk->sk_receive_queue, skb);
sk->sk_data_ready(sk, skb->len);
Expand Down

0 comments on commit 07bbb87

Please sign in to comment.