Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
[linux-2.6-microblaze.git] / net / sunrpc / xprtsock.c
index 650102a..fcdd0fc 100644 (file)
@@ -1355,7 +1355,7 @@ static void xs_udp_data_receive(struct sock_xprt *transport)
        if (sk == NULL)
                goto out;
        for (;;) {
-               skb = skb_recv_udp(sk, 0, 1, &err);
+               skb = skb_recv_udp(sk, MSG_DONTWAIT, &err);
                if (skb == NULL)
                        break;
                xs_udp_data_read_skb(&transport->xprt, sk, skb);