Skip to content

Commit

Permalink
AF_RXRPC: Handle receiving ACKALL packets
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dhowells authored and davem330 committed Mar 3, 2011
1 parent 0197b08 commit 1000345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/rxrpc/ar-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ void rxrpc_fast_process_packet(struct rxrpc_call *call, struct sk_buff *skb)
goto protocol_error;
}

case RXRPC_PACKET_TYPE_ACKALL:
case RXRPC_PACKET_TYPE_ACK:
/* ACK processing is done in process context */
read_lock_bh(&call->state_lock);
Expand Down

0 comments on commit 1000345

Please sign in to comment.