diff options
| author | Chuck Lever <cel@citi.umich.edu> | 2002-09-17 20:17:18 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-09-17 20:17:18 -0700 |
| commit | 1e04f496f8d6c2237b554b6b049ea4eb803e54b1 (patch) | |
| tree | d3ebb355261b9927fce616a4b8cf550fd88d1830 /include/linux | |
| parent | be83269e3ebdd17b05f94fb64fdcf616c9d94b6f (diff) | |
[PATCH] (2/2) clean up RPC over TCP transport socket connect
This renames *reconn* to *conn* since the same code now handles both
initial TCP connect, and TCP reconnection, and corrects some comments.
against 2.5.36, requires earlier patch (1/1).
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/xprt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 35ff9e0192e1..baaa8c748bbb 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h @@ -190,7 +190,7 @@ void xprt_transmit(struct rpc_task *); void xprt_receive(struct rpc_task *); int xprt_adjust_timeout(struct rpc_timeout *); void xprt_release(struct rpc_task *); -void xprt_reconnect(struct rpc_task *); +void xprt_connect(struct rpc_task *); int xprt_clear_backlog(struct rpc_xprt *); void xprt_sock_setbufsize(struct rpc_xprt *); |
