diff options
author | Kevin Coffman <kwc@citi.umich.edu> | 2010-03-17 13:02:58 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-05-14 15:09:18 -0400 |
commit | c43abaedaff92a7bcbfe04b593164bb5faba3078 (patch) | |
tree | 66cc5249854a8866e52445d7a6cd1dff70b71130 /net/sunrpc | |
parent | 4018bf3eec5ff6bf1234a602a4e72518757a7f55 (diff) | |
download | op-kernel-dev-c43abaedaff92a7bcbfe04b593164bb5faba3078.zip op-kernel-dev-c43abaedaff92a7bcbfe04b593164bb5faba3078.tar.gz |
xdr: Add an export for the helper function write_bytes_to_xdr_buf()
Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/xdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c index 2763fde..a1f82a8 100644 --- a/net/sunrpc/xdr.c +++ b/net/sunrpc/xdr.c @@ -762,6 +762,7 @@ int write_bytes_to_xdr_buf(struct xdr_buf *buf, unsigned int base, void *obj, un __write_bytes_to_xdr_buf(&subbuf, obj, len); return 0; } +EXPORT_SYMBOL_GPL(write_bytes_to_xdr_buf); int xdr_decode_word(struct xdr_buf *buf, unsigned int base, u32 *obj) |