|
@@ -143,8 +143,6 @@ static void rxrpc_end_rx_phase(struct rxrpc_call *call)
|
|
|
if (call->state == RXRPC_CALL_CLIENT_RECV_REPLY) {
|
|
|
rxrpc_propose_ACK(call, RXRPC_ACK_IDLE, 0, 0, true, false);
|
|
|
rxrpc_send_call_packet(call, RXRPC_PACKET_TYPE_ACK);
|
|
|
- } else {
|
|
|
- rxrpc_propose_ACK(call, RXRPC_ACK_IDLE, 0, 0, false, false);
|
|
|
}
|
|
|
|
|
|
write_lock_bh(&call->state_lock);
|