]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
SUNRPC: Further cleanups of xs_sendpages()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 19 Feb 2019 18:13:40 +0000 (13:13 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 20 Feb 2019 22:35:58 +0000 (17:35 -0500)
commitc87dc4c73bb04cb3f86c7d60f9f576eb08514ad8
tree896eab2c3dccc98b86417621a976745c2270e474
parent0472e476604998c127f3c80d291113e77c5676ac
SUNRPC: Further cleanups of xs_sendpages()

Now that we send the pages using a struct msghdr, instead of
using sendpage(), we no longer need to 'prime the socket' with
an address for unconnected UDP messages.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/xprtsock.c