diff options
Diffstat (limited to 'include')
-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 2e68ac0aa022..65196b03f0ab 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -123,6 +123,7 @@ void rpc_setbufsize(struct rpc_clnt *, unsigned int, unsigned int); | |||
123 | size_t rpc_max_payload(struct rpc_clnt *); | 123 | size_t rpc_max_payload(struct rpc_clnt *); |
124 | void rpc_force_rebind(struct rpc_clnt *); | 124 | void rpc_force_rebind(struct rpc_clnt *); |
125 | int rpc_ping(struct rpc_clnt *clnt, int flags); | 125 | int rpc_ping(struct rpc_clnt *clnt, int flags); |
126 | size_t rpc_peeraddr(struct rpc_clnt *, struct sockaddr *, size_t); | ||
126 | 127 | ||
127 | /* | 128 | /* |
128 | * Helper function for NFSroot support | 129 | * Helper function for NFSroot support |