rxrpc: Remove local->defrag_sem
authorDavid Howells <dhowells@redhat.com>
Mon, 17 Oct 2022 21:52:06 +0000 (22:52 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 31 Jan 2023 16:38:35 +0000 (16:38 +0000)
commite7f40f4a701b67ada4a843bcc253711d8a34b1f1
treef350cec1aeb6c7b12b5f46106d0a47ec7b08ed6a
parentb30d61f4b12899101f754238f02069ff4d6161c2
rxrpc: Remove local->defrag_sem

We no longer need local->defrag_sem as all DATA packet transmission is now
done from one thread, so remove it.

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