aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/rxrpc/call_accept.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rxrpc/call_accept.c b/net/rxrpc/call_accept.c
index 26c293ef98eb..323b8da50163 100644
--- a/net/rxrpc/call_accept.c
+++ b/net/rxrpc/call_accept.c
@@ -369,6 +369,8 @@ found_service:
369 369
370 if (rx->notify_new_call) 370 if (rx->notify_new_call)
371 rx->notify_new_call(&rx->sk, call, call->user_call_ID); 371 rx->notify_new_call(&rx->sk, call, call->user_call_ID);
372 else
373 sk_acceptq_added(&rx->sk);
372 374
373 spin_lock(&conn->state_lock); 375 spin_lock(&conn->state_lock);
374 switch (conn->state) { 376 switch (conn->state) {