Commit 0fccde8b authored by David Howells's avatar David Howells

rxrpc: Rename ar-local.c to local-event.c

Rename ar-local.c to local-event.c.  What's left in the file is the local
endpoint event/packet handling code after the object management has been
separated out.
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent d5e30025
......@@ -12,13 +12,13 @@ af-rxrpc-y := \
ar-error.o \
ar-input.o \
ar-key.o \
ar-local.o \
ar-output.o \
ar-peer.o \
ar-recvmsg.o \
ar-security.o \
ar-skbuff.o \
ar-transport.o \
local-event.o \
local-object.o \
objcache.o
......
......@@ -595,11 +595,6 @@ void rxrpc_data_ready(struct sock *);
int rxrpc_queue_rcv_skb(struct rxrpc_call *, struct sk_buff *, bool, bool);
void rxrpc_fast_process_packet(struct rxrpc_call *, struct sk_buff *);
/*
* ar-local.c
*/
extern void rxrpc_process_local_events(struct work_struct *);
/*
* ar-key.c
*/
......@@ -671,6 +666,11 @@ void __exit rxrpc_destroy_all_transports(void);
struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *,
struct rxrpc_peer *);
/*
* local-event.c
*/
extern void rxrpc_process_local_events(struct work_struct *);
/*
* local-object.c
*/
......
Markdown is supported
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