commit | 27d0fc431c6b4847231c1490fa541bc3f5a7a351 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sat Sep 17 10:49:13 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Sat Sep 17 10:53:55 2016 +0100 |
tree | 48e5fca210eb0692a657d3b336565fb0efb11812 | |
parent | dfa7d9204054b091949d87270e55e0fd5800c3ae [diff] |
rxrpc: Don't transmit an ACK if there's no reason set Don't transmit an ACK if call->ackr_reason in unset. There's the possibility of a race between recvmsg() sending an ACK and the background processing thread trying to send the same one. Signed-off-by: David Howells <dhowells@redhat.com>