aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc_xprt.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2011-11-25 18:44:05 -0500
committerJ. Bruce Fields <bfields@redhat.com>2011-12-06 16:18:51 -0500
commit7710ec36b6f516e026f9e29e50e67d2547c2a79b (patch)
tree6e34f5fecde8cc6d4f95e94fd12c630daac425de /include/linux/sunrpc/svc_xprt.h
parentnfsd: Fix oops when parsing a 0 length export (diff)
downloadlinux-dev-7710ec36b6f516e026f9e29e50e67d2547c2a79b.tar.xz
linux-dev-7710ec36b6f516e026f9e29e50e67d2547c2a79b.zip
svcrpc: make svc_delete_xprt static
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux/sunrpc/svc_xprt.h')
-rw-r--r--include/linux/sunrpc/svc_xprt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc_xprt.h b/include/linux/sunrpc/svc_xprt.h
index 8620f79658d4..5488e593160a 100644
--- a/include/linux/sunrpc/svc_xprt.h
+++ b/include/linux/sunrpc/svc_xprt.h
@@ -118,7 +118,6 @@ void svc_xprt_received(struct svc_xprt *);
void svc_xprt_put(struct svc_xprt *xprt);
void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt);
void svc_close_xprt(struct svc_xprt *xprt);
-void svc_delete_xprt(struct svc_xprt *xprt);
int svc_port_is_privileged(struct sockaddr *sin);
int svc_print_xprts(char *buf, int maxlen);
struct svc_xprt *svc_find_xprt(struct svc_serv *serv, const char *xcl_name,