Loading net/tipc/socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -1133,7 +1133,7 @@ static int recv_stream(struct kiocb *iocb, struct socket *sock, /* Loop around if more data is required */ if ((sz_copied < buf_len) /* didn't get all requested data */ && (!skb_queue_empty(&sock->sk->sk_receive_queue) || && (!skb_queue_empty(&sk->sk_receive_queue) || (flags & MSG_WAITALL)) /* ... and more is ready or required */ && (!(flags & MSG_PEEK)) /* ... and aren't just peeking at data */ Loading Loading
net/tipc/socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -1133,7 +1133,7 @@ static int recv_stream(struct kiocb *iocb, struct socket *sock, /* Loop around if more data is required */ if ((sz_copied < buf_len) /* didn't get all requested data */ && (!skb_queue_empty(&sock->sk->sk_receive_queue) || && (!skb_queue_empty(&sk->sk_receive_queue) || (flags & MSG_WAITALL)) /* ... and more is ready or required */ && (!(flags & MSG_PEEK)) /* ... and aren't just peeking at data */ Loading