Commit 10003453479ef287a73f8a39593f8f42687ea565

Authored by David Howells
Committed by David S. Miller
1 parent 0197b087ed

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

net/rxrpc/ar-input.c
... ... @@ -423,6 +423,7 @@
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);