From: Kevin Coffman Date: Wed, 17 Mar 2010 17:02:58 +0000 (-0400) Subject: xdr: Add an export for the helper function write_bytes_to_xdr_buf() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c43abaedaff92a7bcbfe04b593164bb5faba3078;p=linux-beck.git xdr: Add an export for the helper function write_bytes_to_xdr_buf() Signed-off-by: Kevin Coffman Signed-off-by: Steve Dickson Signed-off-by: Trond Myklebust --- diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c index 2763fde88499..a1f82a87d34d 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)