summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c
diff options
context:
space:
mode:
authorTrond Myklebust2007-07-14 21:39:58 +0200
committerTrond Myklebust2008-01-30 08:05:28 +0100
commita6eaf8bdf9308b51ec84e358915fc65400029519 (patch)
treef704135c09272357d9e9bf2d2a39636006518c3e /net/sunrpc/xprt.c
parentsunrpc: document the rpc_pipefs kernel api (diff)
downloadkernel-qcow2-linux-a6eaf8bdf9308b51ec84e358915fc65400029519.tar.gz
kernel-qcow2-linux-a6eaf8bdf9308b51ec84e358915fc65400029519.tar.xz
kernel-qcow2-linux-a6eaf8bdf9308b51ec84e358915fc65400029519.zip
SUNRPC: Move exported declarations to the function declarations
Do this for all RPC client related functions and XDR functions. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/xprt.c')
-rw-r--r--net/sunrpc/xprt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c
index 592c2ee63e0f..1fd47f918bb9 100644
--- a/net/sunrpc/xprt.c
+++ b/net/sunrpc/xprt.c
@@ -992,6 +992,7 @@ void xprt_set_timeout(struct rpc_timeout *to, unsigned int retr, unsigned long i
to->to_retries = retr;
to->to_exponential = 0;
}
+EXPORT_SYMBOL(xprt_set_timeout);
/**
* xprt_create_transport - create an RPC transport