Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10174
b: refs/heads/master
c: ea7ce40
h: refs/heads/master
v: v3
  • Loading branch information
Jayachandran C authored and Arnaldo Carvalho de Melo committed Oct 26, 2005
1 parent e60ad10 commit 67f4644
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 80b30c1023dbd795faf948dee0cfb3b270b56d47
refs/heads/master: ea7ce406490cb248f44f510f7c0bcc357184640a
3 changes: 0 additions & 3 deletions trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -740,11 +740,8 @@ int netlink_attachskb(struct sock *sk, struct sk_buff *skb, int nonblock, long t

int netlink_sendskb(struct sock *sk, struct sk_buff *skb, int protocol)
{
struct netlink_sock *nlk;
int len = skb->len;

nlk = nlk_sk(sk);

skb_queue_tail(&sk->sk_receive_queue, skb);
sk->sk_data_ready(sk, len);
sock_put(sk);
Expand Down

0 comments on commit 67f4644

Please sign in to comment.