rxrpc: Fix security setting propagation
authorDavid Howells <dhowells@redhat.com>
Thu, 15 Dec 2022 16:19:56 +0000 (16:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Dec 2022 09:51:31 +0000 (09:51 +0000)
commitfdb99487b0189f0ef883e353ad7484c78a8bd425
treedc01c839a15ab0eb446562daa0bcf5f654e48e51
parent4feb2c44629e6f9b459b41a5a60491069d346a95
rxrpc: Fix security setting propagation

Fix the propagation of the security settings from sendmsg to the rxrpc_call
struct.

Fixes: f3441d4125fc ("rxrpc: Copy client call parameters into rxrpc_call earlier")
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/call_object.c
net/rxrpc/conn_client.c
net/rxrpc/security.c