Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223649
b: refs/heads/master
c: 1bde5ac
h: refs/heads/master
i:
  223647: 8baf895
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Dec 23, 2010
1 parent a2fe9c5 commit 3b9116e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b7e03ec9a6b9d0c0cb1e435026d46dfcd78e48ac
refs/heads/master: 1bde5ac49398a064c753bb490535cfad89e99a5f
4 changes: 2 additions & 2 deletions trunk/net/ipv4/tcp_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@ static void *listening_get_next(struct seq_file *seq, void *cur)
get_req:
req = icsk->icsk_accept_queue.listen_opt->syn_table[st->sbucket];
}
sk = sk_next(st->syn_wait_sk);
sk = sk_nulls_next(st->syn_wait_sk);
st->state = TCP_SEQ_STATE_LISTENING;
read_unlock_bh(&icsk->icsk_accept_queue.syn_wait_lock);
} else {
Expand All @@ -2039,7 +2039,7 @@ static void *listening_get_next(struct seq_file *seq, void *cur)
if (reqsk_queue_len(&icsk->icsk_accept_queue))
goto start_req;
read_unlock_bh(&icsk->icsk_accept_queue.syn_wait_lock);
sk = sk_next(sk);
sk = sk_nulls_next(sk);
}
get_sk:
sk_nulls_for_each_from(sk, node) {
Expand Down

0 comments on commit 3b9116e

Please sign in to comment.