commit | ff053dbbaffec45c85e5bfe43306d26694a6433f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Apr 06 22:51:58 2022 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Apr 07 16:20:01 2022 -0400 |
tree | 31ed2d2f469d5aa1f58739d85d27cbc69a0818e9 | |
parent | b056fa070814897be32d83b079dbc311375588e7 [diff] |
SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg() The client and server have different requirements for their memory allocation, so move the allocation of the send buffer out of the socket send code that is common to both. Reported-by: NeilBrown <neilb@suse.de> Fixes: b2648015d452 ("SUNRPC: Make the rpciod and xprtiod slab allocation modes consistent") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>