| > [DCCP]: Simplify dccp_rcv_state_process | > | > This patch does not change the algorithm, it just simplifies control flow a bit. | > | > The main changes are: | > * cleanup after dccp_rcv_request_sent_state_process is now done within that function, | > not in dccp_rcv_state_process | > * as a result the control flow in dccp_rcv_request becomes a bit simpler | | Gerrit, this one I have mixed feelings, as the simplification seems | OK, but the principle of staying as close to the TCP counterpart | (tcp_rcv_synsent_state_process) was the reason for me to leave parts | of the cleanup to the caller, Ok. Please then disregard this patch; I have removed it from http://www.erg.abdn.ac.uk/users/gerrit/dccp/patch-backlog/ The other patches were brought up-to-date with regard to your and Ian's comments, including Signed-off/Acked-by lines where provided. Many thanks Gerrit - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html