]> Pileus Git - ~andy/linux/commitdiff
Merge branch 'tipc'
authorDavid S. Miller <davem@davemloft.net>
Sat, 22 Feb 2014 05:00:20 +0000 (00:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Feb 2014 05:00:20 +0000 (00:00 -0500)
Ying Xue says:

====================
tipc: clean up components initialization code

In this series, we will fix a regression issue involved by commit
6e967adf7(tipc: relocate common functions from media to bearer)
But before the issue is fixed, we firstly adjust the process of
components initialization so as to remove all enabled flags from
necessary tipc components. Otherwise, without the change, we also
have to add an extra enabled flag into bearer layer indicating
whether bearer setup is finshed or not.
====================

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

Trivial merge