diff options
-rw-r--r-- | net/ipv4/udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index 5ba03401b914..ced820318f94 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c | |||
@@ -1579,7 +1579,7 @@ static struct sock *udp_get_next(struct seq_file *seq, struct sock *sk) | |||
1579 | } while (sk && (!net_eq(sock_net(sk), net) || sk->sk_family != state->family)); | 1579 | } while (sk && (!net_eq(sock_net(sk), net) || sk->sk_family != state->family)); |
1580 | 1580 | ||
1581 | if (!sk) { | 1581 | if (!sk) { |
1582 | spin_unlock(&state->udp_table->hash[state->bucket].lock); | 1582 | spin_unlock_bh(&state->udp_table->hash[state->bucket].lock); |
1583 | return udp_get_first(seq, state->bucket + 1); | 1583 | return udp_get_first(seq, state->bucket + 1); |
1584 | } | 1584 | } |
1585 | return sk; | 1585 | return sk; |