diff options
Diffstat (limited to 'net/rxrpc/call_accept.c')
-rw-r--r-- | net/rxrpc/call_accept.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/call_accept.c b/net/rxrpc/call_accept.c index 0b2832141bd0..9bae21e66d65 100644 --- a/net/rxrpc/call_accept.c +++ b/net/rxrpc/call_accept.c | |||
@@ -130,6 +130,7 @@ static int rxrpc_accept_incoming_call(struct rxrpc_local *local, | |||
130 | call->state = RXRPC_CALL_SERVER_ACCEPTING; | 130 | call->state = RXRPC_CALL_SERVER_ACCEPTING; |
131 | list_add_tail(&call->accept_link, &rx->acceptq); | 131 | list_add_tail(&call->accept_link, &rx->acceptq); |
132 | rxrpc_get_call(call); | 132 | rxrpc_get_call(call); |
133 | atomic_inc(&call->skb_count); | ||
133 | nsp = rxrpc_skb(notification); | 134 | nsp = rxrpc_skb(notification); |
134 | nsp->call = call; | 135 | nsp->call = call; |
135 | 136 | ||