Despite recent improvements the message reception code in socket.c is perceived as obscure and hard to follow, especially regarding the logics for message rejection. With the commits in this series we try to remedy this situation.
Jon Maloy (3): tipc: let function tipc_msg_reverse() expand header when needed tipc: introduce new tipc_sk_respond() function tipc: clean up socket layer message reception net/tipc/msg.c | 86 ++++++++------- net/tipc/msg.h | 6 +- net/tipc/socket.c | 322 +++++++++++++++++++++++++++--------------------------- net/tipc/socket.h | 2 +- 4 files changed, 213 insertions(+), 203 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
