diff options
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 00f6e3fe290..af4b560f079 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -281,6 +281,7 @@ void xprt_release(struct rpc_task *task); | |||
281 | struct rpc_xprt * xprt_get(struct rpc_xprt *xprt); | 281 | struct rpc_xprt * xprt_get(struct rpc_xprt *xprt); |
282 | void xprt_put(struct rpc_xprt *xprt); | 282 | void xprt_put(struct rpc_xprt *xprt); |
283 | struct rpc_xprt * xprt_alloc(int size, int max_req); | 283 | struct rpc_xprt * xprt_alloc(int size, int max_req); |
284 | void xprt_free(struct rpc_xprt *); | ||
284 | 285 | ||
285 | static inline __be32 *xprt_skip_transport_header(struct rpc_xprt *xprt, __be32 *p) | 286 | static inline __be32 *xprt_skip_transport_header(struct rpc_xprt *xprt, __be32 *p) |
286 | { | 287 | { |