diff options
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index bfbc492ae36d..e73174c7e450 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -240,6 +240,8 @@ int xprt_destroy(struct rpc_xprt *xprt); | |||
240 | * Transport switch helper functions | 240 | * Transport switch helper functions |
241 | */ | 241 | */ |
242 | void xprt_wake_pending_tasks(struct rpc_xprt *xprt, int status); | 242 | void xprt_wake_pending_tasks(struct rpc_xprt *xprt, int status); |
243 | void xprt_wait_for_buffer_space(struct rpc_task *task); | ||
244 | void xprt_write_space(struct rpc_xprt *xprt); | ||
243 | struct rpc_rqst * xprt_lookup_rqst(struct rpc_xprt *xprt, u32 xid); | 245 | struct rpc_rqst * xprt_lookup_rqst(struct rpc_xprt *xprt, u32 xid); |
244 | void xprt_complete_rqst(struct rpc_xprt *xprt, struct rpc_rqst *req, int copied); | 246 | void xprt_complete_rqst(struct rpc_xprt *xprt, struct rpc_rqst *req, int copied); |
245 | void xprt_disconnect(struct rpc_xprt *xprt); | 247 | void xprt_disconnect(struct rpc_xprt *xprt); |