Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279079
b: refs/heads/master
c: 3b0723c
h: refs/heads/master
i:
  279077: c470b19
  279075: 41789a4
  279071: 405a4b2
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Dec 26, 2011
1 parent 5db18cd commit ac1e567
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c5e1fd8ccae09f574d6f978c90c2b968ee29030c
refs/heads/master: 3b0723c12e825e26aa5fc0c6970108425824b51d
3 changes: 2 additions & 1 deletion trunk/net/unix/diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ static int sk_diag_dump_icons(struct sock *sk, struct sk_buff *nlskb)

if (sk->sk_state == TCP_LISTEN) {
spin_lock(&sk->sk_receive_queue.lock);
buf = UNIX_DIAG_PUT(nlskb, UNIX_DIAG_ICONS, sk->sk_receive_queue.qlen);
buf = UNIX_DIAG_PUT(nlskb, UNIX_DIAG_ICONS,
sk->sk_receive_queue.qlen * sizeof(u32));
i = 0;
skb_queue_walk(&sk->sk_receive_queue, skb) {
struct sock *req, *peer;
Expand Down

0 comments on commit ac1e567

Please sign in to comment.