rxrpc: Remove handling of duplicate packets in recvmsg_queue
authorDavid Howells <dhowells@redhat.com>
Fri, 11 Nov 2022 09:41:34 +0000 (09:41 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 1 Dec 2022 13:36:38 +0000 (13:36 +0000)
commit30efa3ce109d9e852a1a7bb9be19a414e633b1f0
tree70aac057bd64a462a9eb195265a85fb9595fa475
parent2ed83ed2be1b2395f11a95f0fec2b87ed71aebd8
rxrpc: Remove handling of duplicate packets in recvmsg_queue

We should not now see duplicate packets in the recvmsg_queue.  At one
point, jumbo packets that overlapped with already queued data would be
added to the queue and dealt with in recvmsg rather than in the softirq
input code, but now jumbo packets are split/cloned before being processed
by the input code and the subpackets can be discarded individually.

So remove the recvmsg-side code for handling this.

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