Skip to content

Commit 1000345

Browse files
dhowellsdavem330
authored andcommitted
AF_RXRPC: Handle receiving ACKALL packets
The OpenAFS server is now sending ACKALL packets, so we need to handle them. Otherwise we report a protocol error and abort. Signed-off-by: David Howells <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0197b08 commit 1000345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/rxrpc/ar-input.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ void rxrpc_fast_process_packet(struct rxrpc_call *call, struct sk_buff *skb)
423423
goto protocol_error;
424424
}
425425

426+
case RXRPC_PACKET_TYPE_ACKALL:
426427
case RXRPC_PACKET_TYPE_ACK:
427428
/* ACK processing is done in process context */
428429
read_lock_bh(&call->state_lock);

0 commit comments

Comments
 (0)