]> asedeno.scripts.mit.edu Git - linux.git/commit
rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()
authorDavid Howells <dhowells@redhat.com>
Thu, 4 Oct 2018 08:32:28 +0000 (09:32 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 4 Oct 2018 08:32:28 +0000 (09:32 +0100)
commit5a790b7375414cffb0f7e8ab0f175d2e02a0af0e
treeb35687b775f6e05e4034344636e34e0c5e141f8d
parent46894a13599a977ac35411b536fb3e0b2feefa95
rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()

rxrpc_extract_addr_from_skb() doesn't use the argument that points to the
local endpoint, so remove the argument.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h
net/rxrpc/call_accept.c
net/rxrpc/conn_object.c
net/rxrpc/local_event.c
net/rxrpc/output.c
net/rxrpc/utils.c