diff options
Diffstat (limited to 'net/rds/connection.c')
-rw-r--r-- | net/rds/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/connection.c b/net/rds/connection.c index 870992e08cae..9334d892366e 100644 --- a/net/rds/connection.c +++ b/net/rds/connection.c | |||
@@ -88,7 +88,7 @@ static struct rds_connection *rds_conn_lookup(struct hlist_head *head, | |||
88 | * and receiving over this connection again in the future. It is up to | 88 | * and receiving over this connection again in the future. It is up to |
89 | * the transport to have serialized this call with its send and recv. | 89 | * the transport to have serialized this call with its send and recv. |
90 | */ | 90 | */ |
91 | void rds_conn_reset(struct rds_connection *conn) | 91 | static void rds_conn_reset(struct rds_connection *conn) |
92 | { | 92 | { |
93 | rdsdebug("connection %pI4 to %pI4 reset\n", | 93 | rdsdebug("connection %pI4 to %pI4 reset\n", |
94 | &conn->c_laddr, &conn->c_faddr); | 94 | &conn->c_laddr, &conn->c_faddr); |