summaryrefslogtreecommitdiff
path: root/net/rxrpc/input.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2022-11-11 12:41:34 +0300
committerDavid Howells <dhowells@redhat.com>2022-12-01 16:36:38 +0300
commit30efa3ce109d9e852a1a7bb9be19a414e633b1f0 (patch)
tree70aac057bd64a462a9eb195265a85fb9595fa475 /net/rxrpc/input.c
parent2ed83ed2be1b2395f11a95f0fec2b87ed71aebd8 (diff)
downloadlinux-30efa3ce109d9e852a1a7bb9be19a414e633b1f0.tar.xz
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
Diffstat (limited to 'net/rxrpc/input.c')
0 files changed, 0 insertions, 0 deletions