rxrpc: Fix overwaking on call poking
authorDavid Howells <dhowells@redhat.com>
Tue, 29 Nov 2022 12:37:37 +0000 (12:37 +0000)
committerDavid Howells <dhowells@redhat.com>
Tue, 7 Feb 2023 23:11:21 +0000 (23:11 +0000)
commita33395ab85b9b9cff83948a03a1d6d96347935d8
tree0f30c05bce5ebda7051de51e88d4083412c0f1b1
parent16d5677ef1041beee18b5709bf5759611ec82875
rxrpc: Fix overwaking on call poking

If an rxrpc call is given a poke, it will get woken up unconditionally,
even if there's already a poke pending (for which there will have been a
wake) or if the call refcount has gone to 0.

Fix this by only waking the call if it is still referenced and if it
doesn't already have a poke pending.

Fixes: 15f661dc95da ("rxrpc: Implement a mechanism to send an event notification to a call")
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
net/rxrpc/call_object.c