OSDN Git Service

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)
commitc373dac522c2aee864ac7f5394c91cfc1afc3dd2
tree0edc984430d6ccc5c417ccb8a3600cbe8b75e7ed
parent29a1ff6596fc6fbd1a2de0f2301bcd301dfcb4eb
parent90bdfcb76f7d3b4a763ded3242277578ef22eda4
Merge branch 'tipc-topology-cleanup'

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>