Message ID | 20221019225144.2500095-14-paulmck@kernel.org (mailing list archive) |
---|---|
State | Superseded |
Commit | f32846476afbe1f296c41d036219178b3dfb6a9d |
Headers | show |
Series | Lazy call_rcu() updates for v6.2 | expand |
diff --git a/net/rxrpc/conn_object.c b/net/rxrpc/conn_object.c index 22089e37e97f0..fdcfb509cc443 100644 --- a/net/rxrpc/conn_object.c +++ b/net/rxrpc/conn_object.c @@ -253,7 +253,7 @@ void rxrpc_kill_connection(struct rxrpc_connection *conn) * must carry a ref on the connection to prevent us getting here whilst * it is queued or running. */ - call_rcu(&conn->rcu, rxrpc_destroy_connection); + call_rcu_flush(&conn->rcu, rxrpc_destroy_connection); } /*