commit | 4858e40303fba12e7506bf4354f20fdf550b3cd5 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Aug 19 09:25:36 2019 +0100 |
committer | David Howells <dhowells@redhat.com> | Tue Aug 27 09:59:19 2019 +0100 |
tree | f05753dadf30cdd09bb4f069c87482be1ccd2210 | |
parent | e2de6c4048989007b353164b19d6b7d5be4fa9e3 [diff] |
rxrpc: Pass the input handler's data skb reference to the Rx ring Pass the reference held on a DATA skb in the rxrpc input handler into the Rx ring rather than getting an additional ref for this and then dropping the original ref at the end. Signed-off-by: David Howells <dhowells@redhat.com>