rxrpc: Implement a mechanism to send an event notification to a call
authorDavid Howells <dhowells@redhat.com>
Mon, 10 Oct 2022 14:51:39 +0000 (15:51 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 1 Dec 2022 13:36:41 +0000 (13:36 +0000)
commit15f661dc95daec9b38e8e4cc931c95afe0ae0cef
treeaa5687f899ffe2c55438704c386ac5cdaed4370a
parent81f2e8adc0fd10847637873dafe8610f3fb4cdff
rxrpc: Implement a mechanism to send an event notification to a call

Provide a means by which an event notification can be sent to a call such
that the I/O thread can process it rather than it being done in a separate
workqueue.  This will allow a lot of locking to be removed.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
include/trace/events/rxrpc.h
net/rxrpc/ar-internal.h
net/rxrpc/call_object.c
net/rxrpc/input.c
net/rxrpc/io_thread.c
net/rxrpc/local_object.c