diff options
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index b0ab959eca65..3d605765f84b 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -135,6 +135,7 @@ void rpc_clnt_sigmask(struct rpc_clnt *clnt, sigset_t *oldset); | |||
135 | void rpc_clnt_sigunmask(struct rpc_clnt *clnt, sigset_t *oldset); | 135 | void rpc_clnt_sigunmask(struct rpc_clnt *clnt, sigset_t *oldset); |
136 | void rpc_setbufsize(struct rpc_clnt *, unsigned int, unsigned int); | 136 | void rpc_setbufsize(struct rpc_clnt *, unsigned int, unsigned int); |
137 | size_t rpc_max_payload(struct rpc_clnt *); | 137 | size_t rpc_max_payload(struct rpc_clnt *); |
138 | void rpc_force_rebind(struct rpc_clnt *); | ||
138 | int rpc_ping(struct rpc_clnt *clnt, int flags); | 139 | int rpc_ping(struct rpc_clnt *clnt, int flags); |
139 | 140 | ||
140 | static __inline__ | 141 | static __inline__ |