Skip to content
Commit 8b7fac50 authored by David Howells's avatar David Howells
Browse files

rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()



Pass the connection pointer to rxrpc_post_packet_to_call() as the call
might get disconnected whilst we're looking at it, but the connection
pointer determined by rxrpc_data_read() is guaranteed by RCU for the
duration of the call.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 278ac0cd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment