From f0329576a3063618992efe8dab984bafaf30dee3 Mon Sep 17 00:00:00 2001 From: David Howells Date: Mon, 28 Feb 2011 03:27:43 +0000 Subject: [PATCH] --- yaml --- r: 233868 b: refs/heads/master c: 10003453479ef287a73f8a39593f8f42687ea565 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/rxrpc/ar-input.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 890fd8014fe3..cf53c08eaeac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0197b087ed6384760656f1e4a620a3e92d8dc0b0 +refs/heads/master: 10003453479ef287a73f8a39593f8f42687ea565 diff --git a/trunk/net/rxrpc/ar-input.c b/trunk/net/rxrpc/ar-input.c index 89315009bab1..1a2b0633fece 100644 --- a/trunk/net/rxrpc/ar-input.c +++ b/trunk/net/rxrpc/ar-input.c @@ -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);