Loading net/core/datagram.c +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ struct sk_buff *__skb_recv_datagram(struct sock *sk, unsigned flags, * interrupt level will suddenly eat the receive_queue. * * Look at current nfs client by the way... * However, this function was corrent in any case. 8) * However, this function was correct in any case. 8) */ unsigned long cpu_flags; Loading net/sctp/socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -6047,7 +6047,7 @@ static struct sk_buff *sctp_skb_recv_datagram(struct sock *sk, int flags, * will suddenly eat the receive_queue. * * Look at current nfs client by the way... * However, this function was corrent in any case. 8) * However, this function was correct in any case. 8) */ if (flags & MSG_PEEK) { spin_lock_bh(&sk->sk_receive_queue.lock); Loading Loading
net/core/datagram.c +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ struct sk_buff *__skb_recv_datagram(struct sock *sk, unsigned flags, * interrupt level will suddenly eat the receive_queue. * * Look at current nfs client by the way... * However, this function was corrent in any case. 8) * However, this function was correct in any case. 8) */ unsigned long cpu_flags; Loading
net/sctp/socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -6047,7 +6047,7 @@ static struct sk_buff *sctp_skb_recv_datagram(struct sock *sk, int flags, * will suddenly eat the receive_queue. * * Look at current nfs client by the way... * However, this function was corrent in any case. 8) * However, this function was correct in any case. 8) */ if (flags & MSG_PEEK) { spin_lock_bh(&sk->sk_receive_queue.lock); Loading