]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
Merge branch 'tipc-de-generealize-topology-server'
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2018 20:26:35 +0000 (15:26 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2018 20:26:35 +0000 (15:26 -0500)
Jon Maloy says:

====================
tipc: de-generealize topology server

The topology server is partially based on a template that is much
more generic than what we need. This results in a code that is
unnecessarily hard to follow and keeping bug free.

We now take the consequence of the fact that we only have one such
server in TIPC, - with no prospects for introducing any more, and
adapt the code to the specialized task is really is doing.
====================

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

Trivial merge