commit | c87dc4c73bb04cb3f86c7d60f9f576eb08514ad8 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Feb 19 13:13:40 2019 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Feb 20 17:35:58 2019 -0500 |
tree | 896eab2c3dccc98b86417621a976745c2270e474 | |
parent | 0472e476604998c127f3c80d291113e77c5676ac [diff] |
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>