diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2008-12-10 15:18:31 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-10 15:18:31 -0800 |
commit | 5eaa65b240c5eb7bf2235eb9dd177c83e6e3832c (patch) | |
tree | 1a6b217cfc5b241b298a8765f68fcb5f711f9bc3 /net/sunrpc/xprtrdma/svc_rdma_sendto.c | |
parent | 2107fb8b5bf018be691afdd4c6ffaecf0c3307be (diff) | |
download | op-kernel-dev-5eaa65b240c5eb7bf2235eb9dd177c83e6e3832c.zip op-kernel-dev-5eaa65b240c5eb7bf2235eb9dd177c83e6e3832c.tar.gz |
net: Make static
Sparse asked whether these could be static.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sunrpc/xprtrdma/svc_rdma_sendto.c')
-rw-r--r-- | net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/xprtrdma/svc_rdma_sendto.c b/net/sunrpc/xprtrdma/svc_rdma_sendto.c index 9a7a8e7..a3334e3 100644 --- a/net/sunrpc/xprtrdma/svc_rdma_sendto.c +++ b/net/sunrpc/xprtrdma/svc_rdma_sendto.c @@ -69,7 +69,7 @@ * array is only concerned with the reply we are assured that we have * on extra page for the RPCRMDA header. */ -int fast_reg_xdr(struct svcxprt_rdma *xprt, +static int fast_reg_xdr(struct svcxprt_rdma *xprt, struct xdr_buf *xdr, struct svc_rdma_req_map *vec) { |