]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita02c2e0764f47f3eb351d7f9b7dd92d4036f179f
tree7c3c3a899f9beee854ed00b547455b6a6e7d1b02
parent61587a18529754909235326fed30208d4b0404cd
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