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 65196b03f0ab..b7d47f018353 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -124,6 +124,7 @@ 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 | size_t rpc_peeraddr(struct rpc_clnt *, struct sockaddr *, size_t); |
127 | char * rpc_peeraddr2str(struct rpc_clnt *, enum rpc_display_format_t); | ||
127 | 128 | ||
128 | /* | 129 | /* |
129 | * Helper function for NFSroot support | 130 | * Helper function for NFSroot support |