]> 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)
commit8e2eacd231699a769e15575bf1697c1b79adf2f2
tree0edc984430d6ccc5c417ccb8a3600cbe8b75e7ed
parent563b52a68796dd2b8d57f69498acab207342aa22
parent2cb696b656d748eb1ff06b0d8f3a3b587444baef
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>