diff options
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index b7d47f018353..a26d69583c7a 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -89,9 +89,6 @@ struct rpc_procinfo { | |||
89 | char * p_name; /* name of procedure */ | 89 | char * p_name; /* name of procedure */ |
90 | }; | 90 | }; |
91 | 91 | ||
92 | #define RPC_CONGESTED(clnt) (RPCXPRT_CONGESTED((clnt)->cl_xprt)) | ||
93 | #define RPC_PEERADDR(clnt) (&(clnt)->cl_xprt->addr) | ||
94 | |||
95 | #ifdef __KERNEL__ | 92 | #ifdef __KERNEL__ |
96 | 93 | ||
97 | struct rpc_clnt *rpc_create_client(struct rpc_xprt *xprt, char *servname, | 94 | struct rpc_clnt *rpc_create_client(struct rpc_xprt *xprt, char *servname, |