diff options
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 3bec751ee249..e37c06128e51 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -140,20 +140,6 @@ size_t rpc_max_payload(struct rpc_clnt *); | |||
140 | void rpc_force_rebind(struct rpc_clnt *); | 140 | void rpc_force_rebind(struct rpc_clnt *); |
141 | int rpc_ping(struct rpc_clnt *clnt, int flags); | 141 | int rpc_ping(struct rpc_clnt *clnt, int flags); |
142 | 142 | ||
143 | static __inline__ | ||
144 | int rpc_call(struct rpc_clnt *clnt, u32 proc, void *argp, void *resp, int flags) | ||
145 | { | ||
146 | struct rpc_message msg = { | ||
147 | .rpc_proc = &clnt->cl_procinfo[proc], | ||
148 | .rpc_argp = argp, | ||
149 | .rpc_resp = resp, | ||
150 | .rpc_cred = NULL | ||
151 | }; | ||
152 | return rpc_call_sync(clnt, &msg, flags); | ||
153 | } | ||
154 | |||
155 | extern void rpciod_wake_up(void); | ||
156 | |||
157 | /* | 143 | /* |
158 | * Helper function for NFSroot support | 144 | * Helper function for NFSroot support |
159 | */ | 145 | */ |