rxrpc: Pass the input handler's data skb reference to the Rx ring
authorDavid Howells <dhowells@redhat.com>
Mon, 19 Aug 2019 08:25:36 +0000 (09:25 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 27 Aug 2019 08:59:19 +0000 (09:59 +0100)
commit4858e40303fba12e7506bf4354f20fdf550b3cd5
treef05753dadf30cdd09bb4f069c87482be1ccd2210
parente2de6c4048989007b353164b19d6b7d5be4fa9e3
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>
net/rxrpc/input.c