|
@@ -746,7 +746,7 @@ static int inet_diag_dump_reqs(struct sk_buff *skb, struct sock *sk,
|
|
|
|
|
|
entry.family = sk->sk_family;
|
|
entry.family = sk->sk_family;
|
|
|
|
|
|
- spin_lock_bh(&icsk->icsk_accept_queue.syn_wait_lock);
|
|
|
|
|
|
+ spin_lock(&icsk->icsk_accept_queue.syn_wait_lock);
|
|
|
|
|
|
lopt = icsk->icsk_accept_queue.listen_opt;
|
|
lopt = icsk->icsk_accept_queue.listen_opt;
|
|
if (!lopt || !listen_sock_qlen(lopt))
|
|
if (!lopt || !listen_sock_qlen(lopt))
|
|
@@ -794,7 +794,7 @@ static int inet_diag_dump_reqs(struct sk_buff *skb, struct sock *sk,
|
|
}
|
|
}
|
|
|
|
|
|
out:
|
|
out:
|
|
- spin_unlock_bh(&icsk->icsk_accept_queue.syn_wait_lock);
|
|
|
|
|
|
+ spin_unlock(&icsk->icsk_accept_queue.syn_wait_lock);
|
|
|
|
|
|
return err;
|
|
return err;
|
|
}
|
|
}
|