diff options
Diffstat (limited to 'include/linux')
| -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 30834be03011..12815f66a9c4 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
| @@ -279,6 +279,7 @@ struct xprt_class { | |||
| 279 | struct rpc_xprt *xprt_create_transport(struct xprt_create *args); | 279 | struct rpc_xprt *xprt_create_transport(struct xprt_create *args); |
| 280 | void xprt_connect(struct rpc_task *task); | 280 | void xprt_connect(struct rpc_task *task); |
| 281 | void xprt_reserve(struct rpc_task *task); | 281 | void xprt_reserve(struct rpc_task *task); |
| 282 | void xprt_retry_reserve(struct rpc_task *task); | ||
| 282 | int xprt_reserve_xprt(struct rpc_xprt *xprt, struct rpc_task *task); | 283 | int xprt_reserve_xprt(struct rpc_xprt *xprt, struct rpc_task *task); |
| 283 | int xprt_reserve_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task); | 284 | int xprt_reserve_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task); |
| 284 | void xprt_alloc_slot(struct rpc_xprt *xprt, struct rpc_task *task); | 285 | void xprt_alloc_slot(struct rpc_xprt *xprt, struct rpc_task *task); |
| @@ -334,6 +335,7 @@ int xs_swapper(struct rpc_xprt *xprt, int enable); | |||
| 334 | #define XPRT_CLOSING (6) | 335 | #define XPRT_CLOSING (6) |
| 335 | #define XPRT_CONNECTION_ABORT (7) | 336 | #define XPRT_CONNECTION_ABORT (7) |
| 336 | #define XPRT_CONNECTION_CLOSE (8) | 337 | #define XPRT_CONNECTION_CLOSE (8) |
| 338 | #define XPRT_CONGESTED (9) | ||
| 337 | 339 | ||
| 338 | static inline void xprt_set_connected(struct rpc_xprt *xprt) | 340 | static inline void xprt_set_connected(struct rpc_xprt *xprt) |
| 339 | { | 341 | { |
