projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0197b08
)
AF_RXRPC: Handle receiving ACKALL packets
author
David Howells
<dhowells@redhat.com>
Mon, 28 Feb 2011 03:27:43 +0000
(
03:27
+0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 3 Mar 2011 06:18:52 +0000
(22:18 -0800)
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>
net/rxrpc/ar-input.c
patch
|
blob
|
blame
|
history
diff --git
a/net/rxrpc/ar-input.c
b/net/rxrpc/ar-input.c
index 89315009bab11f2f6c32db1bd50d0505d8210c46..1a2b0633feced0ef52ca476fb80d65e412d345ac 100644
(file)
--- a/
net/rxrpc/ar-input.c
+++ b/
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);