rxrpc: Cache the security index in the rxrpc_call struct
authorDavid Howells <dhowells@redhat.com>
Wed, 7 Sep 2016 14:19:25 +0000 (15:19 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 7 Sep 2016 14:30:22 +0000 (15:30 +0100)
commit278ac0cdd5e516bdef2b9b8f5a4dd6366a5bccfe
tree66c323033869878b0ca7b740ac8bf06f94462780
parentf4fdb3525b247e1b4f9cc563641494c96c80f91a
rxrpc: Cache the security index in the rxrpc_call struct

Cache the security index in the rxrpc_call struct so that we can get at it
even when the call has been disconnected and the connection pointer
cleared.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h
net/rxrpc/call_object.c
net/rxrpc/conn_client.c
net/rxrpc/input.c
net/rxrpc/sendmsg.c