SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 13 Sep 2018 16:22:04 +0000 (12:22 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 30 Sep 2018 19:35:16 +0000 (15:35 -0400)
commit9d96acbc7f376dc1ffcedca0c349dd3389187a38
tree7c3c3a899f9beee854ed00b547455b6a6e7d1b02
parent431f6eb3570f286036bc8718a908a283f5d99473
SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()

Add a bvec array to struct xdr_buf, and have the client allocate it
when we need to receive data into pages.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
include/linux/sunrpc/xdr.h
include/linux/sunrpc/xprt.h
net/sunrpc/clnt.c
net/sunrpc/xdr.c
net/sunrpc/xprt.c