]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/sunrpc/xdr.c
xdr: Add an export for the helper function write_bytes_to_xdr_buf()
[karo-tx-linux.git] / net / sunrpc / xdr.c
index 2763fde88499866084bf4782e597ce78d1086be4..a1f82a87d34d1fa6e4c136017735994ac558a3ed 100644 (file)
@@ -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)