mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
SUNRPC: Export xdr_buf_to_bvec()
Prepare xdr_buf_to_bvec() to be invoked from upper layer protocol code. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
f2e597353d
commit
62bf165c04
|
|
@ -213,6 +213,7 @@ unsigned int xdr_buf_to_bvec(struct bio_vec *bvec, unsigned int bvec_size,
|
|||
pr_warn_once("%s: bio_vec array overflow\n", __func__);
|
||||
return count - 1;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(xdr_buf_to_bvec);
|
||||
|
||||
/**
|
||||
* xdr_inline_pages - Prepare receive buffer for a large reply
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user