diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-04-17 14:00:47 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-04-19 16:55:08 -0400 |
commit | 636ac43318ce6939c1698fb67e714d421314ed71 (patch) | |
tree | 32b1608e40b7c691a6a6c4fbed20181a0c51900b /net/sunrpc | |
parent | 06b4b681ababc20596aa947595714710f557131d (diff) |
SUNRPC: Remove the unused export of xprt_force_disconnect
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/xprt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c index 5110a4ea7fdf..a0646a3b4a39 100644 --- a/net/sunrpc/xprt.c +++ b/net/sunrpc/xprt.c | |||
@@ -605,7 +605,6 @@ void xprt_force_disconnect(struct rpc_xprt *xprt) | |||
605 | xprt_wake_pending_tasks(xprt, -ENOTCONN); | 605 | xprt_wake_pending_tasks(xprt, -ENOTCONN); |
606 | spin_unlock_bh(&xprt->transport_lock); | 606 | spin_unlock_bh(&xprt->transport_lock); |
607 | } | 607 | } |
608 | EXPORT_SYMBOL_GPL(xprt_force_disconnect); | ||
609 | 608 | ||
610 | static void | 609 | static void |
611 | xprt_init_autodisconnect(unsigned long data) | 610 | xprt_init_autodisconnect(unsigned long data) |