]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'tipc-topology-cleanup'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2015 19:04:02 +0000 (15:04 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2015 19:04:02 +0000 (15:04 -0400)
Ying Xue says:

====================
tipc: cleanup topology server

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found