commit | 2e7e9758b2b680fa615d5cf70b7af416e96162d2 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Aug 09 10:11:48 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Tue Aug 09 17:13:55 2016 +0100 |
tree | b59e4d6ded78b5c8d65facef476f0f47f792ddbf | |
parent | f9dc575725baeaad8eb5262589f9aebeeaf13433 [diff] |
rxrpc: Once packet posted in data_ready, don't retry posting Once a packet has been posted to a connection in the data_ready handler, we mustn't try reposting if we then find that the connection is dying as the refcount has been given over to the dying connection and the packet might no longer exist. Losing the packet isn't a problem as the peer will retransmit. Signed-off-by: David Howells <dhowells@redhat.com>