]> 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)
commit4de1c7ef52aa9570c7eaa3eda0173d283c5e9d8c
tree896eab2c3dccc98b86417621a976745c2270e474
parentb56e55ea32ca7d8e414ef9a3b72561ee8c961d1c
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