Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102988
b: refs/heads/master
c: ee5850d
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jun 17, 2008
1 parent 2c06327 commit 4519ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 338db085518a8436cdecd33f7b52a06ec16d9ec1
refs/heads/master: ee5850defcbd98d3a9cb3e0ae93511e7c89bdecd
4 changes: 1 addition & 3 deletions trunk/net/llc/af_llc.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,8 @@ static int llc_ui_send_data(struct sock* sk, struct sk_buff *skb, int noblock)

static void llc_ui_sk_init(struct socket *sock, struct sock *sk)
{
sock_graft(sk, sock);
sk->sk_type = sock->type;
sk->sk_sleep = &sock->wait;
sk->sk_socket = sock;
sock->sk = sk;
sock->ops = &llc_ui_ops;
}

Expand Down

0 comments on commit 4519ecf

Please sign in to comment.