From: Ying Xue <[email protected]> Date: Mon, 4 May 2015 10:36:43 +0800
> Not only function names declared in subscr.c are very confused, but > also topology server's locking policy is not designed very well, for > instance, usually leading to panic in some special corner cases. > > In this series, we attempt to eliminate the confusion of function names > and simplify topology server's locking policy to solve above mentioned > issues. More importantly, the change will make relevant code easily > understandable and maintainable. Series applied, thanks. I think the "void *" cast of the return value from tipc_subscrb_connect_cb() is completely unnecessary. All casts to and from void are implicit in C. -- 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
