From: Trond Myklebust Subject: Re: [PATCH 12/22] xdr: Add an export for the helper function write_bytes_to_xdr_buf() Date: Mon, 15 Mar 2010 12:29:10 -0400 Message-ID: <1268670550.2993.104.camel@localhost.localdomain> References: <1268655627-18712-1-git-send-email-steved@redhat.com> <1268655627-18712-13-git-send-email-steved@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: linux-nfs@vger.kernel.org To: steved@redhat.com Return-path: Received: from mail-out2.uio.no ([129.240.10.58]:60066 "EHLO mail-out2.uio.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965330Ab0COQ3O (ORCPT ); Mon, 15 Mar 2010 12:29:14 -0400 In-Reply-To: <1268655627-18712-13-git-send-email-steved@redhat.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Mon, 2010-03-15 at 08:20 -0400, steved@redhat.com wrote: > From: Kevin Coffman > > Signed-off-by: Kevin Coffman > Signed-off-by: Steve Dickson > --- > 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 8bd690c..d17179b 100644 > --- a/net/sunrpc/xdr.c > +++ b/net/sunrpc/xdr.c > @@ -761,6 +761,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(write_bytes_to_xdr_buf); > EXPORT_SYMBOL_GPL please