• David Howells's avatar
    rxrpc: Call udp_sendmsg() directly · ed472b0c
    David Howells authored
    Call udp_sendmsg() and udpv6_sendmsg() directly rather than calling
    kernel_sendmsg() as the latter assumes we want a kvec-class iterator.
    However, zerocopy explicitly doesn't work with such an iterator.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    cc: Marc Dionne <marc.dionne@auristor.com>
    cc: linux-afs@lists.infradead.org
    ed472b0c
udp.c 46 KB