]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc8e25945a3f022497504fd05cf04db5806591696
tree0edc984430d6ccc5c417ccb8a3600cbe8b75e7ed
parent99eaf264637dedded05d4263db31e3cfe7ba1c47
parent9102a8c758af91e5fa8de0534579b21f935e29cd
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>