Skip to content

Commit 62bf165

Browse files
committed
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>
1 parent f2e5973 commit 62bf165

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

net/sunrpc/xdr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ unsigned int xdr_buf_to_bvec(struct bio_vec *bvec, unsigned int bvec_size,
213213
pr_warn_once("%s: bio_vec array overflow\n", __func__);
214214
return count - 1;
215215
}
216+
EXPORT_SYMBOL_GPL(xdr_buf_to_bvec);
216217

217218
/**
218219
* xdr_inline_pages - Prepare receive buffer for a large reply

0 commit comments

Comments
 (0)