Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

David Howells and committed by
David S. Miller
10003453 0197b087

+1
+1
net/rxrpc/ar-input.c
··· 423 423 goto protocol_error; 424 424 } 425 425 426 + case RXRPC_PACKET_TYPE_ACKALL: 426 427 case RXRPC_PACKET_TYPE_ACK: 427 428 /* ACK processing is done in process context */ 428 429 read_lock_bh(&call->state_lock);