]> git.baikalelectronics.ru Git - kernel.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)
commitc063c83eabf7f88765b94ce563b18aaf345a9964
tree896eab2c3dccc98b86417621a976745c2270e474
parent3afeef2dbd13b37a5bc217aebc9401014f5313f7
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