Re: [PATCH] rxrpc: split up rxrpc_send_call_packet()

From: David Howells
Date: Sat Oct 01 2016 - 05:16:12 EST


Arnd Bergmann <arnd@xxxxxxxx> wrote:

> Yes, good idea. We could probably share the part of the two functions that
> sets the contents of the msg and pkt variables by moving it into a third
> function, but I'm not sure if that actually improves readability or just
> reduces the number of lines.

And the ACK-sending function is about to get a bit more complex :-(

David